Skip to content

Instantly share code, notes, and snippets.

@cpjolicoeur
Created February 4, 2016 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpjolicoeur/ec7007178377f37c2af4 to your computer and use it in GitHub Desktop.
Save cpjolicoeur/ec7007178377f37c2af4 to your computer and use it in GitHub Desktop.
'use strict';
import LocalizedStrings from 'react-native-localization';
export const AppStrings = new LocalizedStrings({
en: {
appName: 'MediBajo English'
},
es: {
appName: 'MediBajo'
}
});
console.log("* AppStrings", AppStrings);
// export default AppStrings;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment