Skip to content

Instantly share code, notes, and snippets.

@divyanshu013
Last active February 14, 2018 12:36
Show Gist options
  • Select an option

  • Save divyanshu013/e218d98ba8d9848ffccacfc5a660cea8 to your computer and use it in GitHub Desktop.

Select an option

Save divyanshu013/e218d98ba8d9848ffccacfc5a660cea8 to your computer and use it in GitHub Desktop.
Constants for Todos Native Auth app
export const appname = 'todomvc-auth'; // Elasticsearch index
export const credentialsRead = 'pVPf3rRLj:61fd73c0-3660-44db-8309-77d9d35d64cc';
export const credentialsWrite = 'QiqJNlwfU:41a45e61-f761-44fe-947a-6f47de32ae0a';
export const type = 'todo_reactjs'; // Elasticsearch type
export const url = 'https://scalr.api.appbase.io'; // Elasticsearch cluster
// Some nice colors I'm using in the app
const tintColor = '#2f95dc';
export const colors = {
primary: '#2f95dc',
secondary: '#a8d2f0',
tintColor,
tabIconDefault: '#ccc',
tabIconSelected: tintColor,
tabBar: '#fefefe',
errorBackground: 'red',
errorText: '#fff',
warningBackground: '#EAEB5E',
warningText: '#666804',
noticeBackground: tintColor,
noticeText: '#fff',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment