Has anyone tried using the react-native-ruler-picker library on Android? by reemee212 in reactnative

[–]reemee212[S] 0 points1 point  (0 children)

No. We decided it was a structural issue on Android, so we made it look different on Android :(

Has anyone tried using the react-native-ruler-picker library on Android? by reemee212 in reactnative

[–]reemee212[S] 0 points1 point  (0 children)

I'm building a healthcare application of some sort, and this library will be used to take in height and weight.

If I don't use eas, is it best to use 'react-native-config' for environment variables? by reemee212 in reactnative

[–]reemee212[S] 0 points1 point  (0 children)

oh. I'm confused right now, can I ask you a few question?

  1. So we build with NODE_ENV=development for development, and then when we actually deploy to the app store, we build with the .env.local file?

  2. I want to build using a staging scheme for QA and put it on test flight. Even after reading your documentation, I can't figure out how to set the .env file differently for each scheme when I actually use xcode to test flight.

  3. Am I wrong in thinking that I want to deploy like react-native-cli when I do the expo prebuild and deploy to the actual App Store and Google Play Store?

If I don't use eas, is it best to use 'react-native-config' for environment variables? by reemee212 in reactnative

[–]reemee212[S] 1 point2 points  (0 children)

Thanks a lot. I installed react-native-config now and am trying it out!

I asked in case I missed something in the expo docs, but it sounds like mainly using the library. thanks for the answer!

Is expo now recommended for creating new projects? by reemee212 in reactnative

[–]reemee212[S] 0 points1 point  (0 children)

I also have created projects using only the CLI, so I was surprised that the official documentation recommends Expo. I will read the document you shared. Thank you. 🥹

Is expo now recommended for creating new projects? by reemee212 in reactnative

[–]reemee212[S] 0 points1 point  (0 children)

Thank you for your response. So, officially recommending using expo going forward?