HarishJangra / react-native-easy-starter

A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more
MIT License
258 stars 92 forks source link

Will not compile (iOS) until you add react-native-i18n #4

Closed marcvanh closed 5 years ago

marcvanh commented 5 years ago

Missing dependency react-native-i18n. Need to be added to package.json.

HarishJangra commented 5 years ago

@marcvanh please try to remove the dependency from xcode and then build.. because it was used before .. and after that it is removed

marcvanh commented 5 years ago

That worked as well. Thank you.

HarishJangra commented 5 years ago

@marcvanh please create a pr if possible