agrcrobles / react-native-web-boilerplate

I am no longer in maintenance
71 stars 11 forks source link

Can I use react-native-i18n with react-native-web-boilerplate #12

Closed ableabhijeet closed 7 years ago

ableabhijeet commented 7 years ago

Hi, Can I use react-native-i18n library with react-native-web-boilerplate? I was trying my luck with react-native-i18n library but react-native-18n import fails, RNI18n object returned as undefined. import I18n from 'react-native-i18n'

Any suggestions?

agrcrobles commented 7 years ago

I think you should either look into how internationalization works in react-native-web or create platform specific files for that purpose.

Hope that helps.