Why can’t we use pure react native without expo in IDX I tried editing the nix file able to install react native but cant run it on emulator
We started with Expo but may add a React Native-only solution in the future. To help me better understand this, why would you not want to use Expo as part of your React Native project?
Thanks,
Kirupa
Because i want to code app in js rather than type script. Well we can do that in expo but the font and layout doesn’t work the same as pure react native.
I also use pure react-native. I used expo for another project, but for me personally i got some problems while trying to really publish my app. In my expo app were no problems and everything worked, also the building process was sucessful, but there were still errors…
So i was trying to find out the problem while finding out, that many other developers have problems with expo, so they prefer using the pure react native solution, as it is more consistent
yeah pure react native is prefered for beginner and learners who started with JS.