You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error : ReferenceError: key is not defined and the app doesn't open.
I need to provide that enArray json because i am convering csv to json and that key-value is the kind of response I receive. and react-native-localization expects the json in other format, which I am doing via the for loop.
Any solution you can think of?
I need to push this to release on immediate basis.
Thank you.
The text was updated successfully, but these errors were encountered:
My initial json looks like
localization_en-US.js
I get an error : ReferenceError: key is not defined and the app doesn't open.
I need to provide that enArray json because i am convering csv to json and that key-value is the kind of response I receive. and react-native-localization expects the json in other format, which I am doing via the for loop.
Any solution you can think of?
I need to push this to release on immediate basis.
Thank you.
The text was updated successfully, but these errors were encountered: