More notes on React Native, Expo etc.
Note: The main blog posts related to my previous learnings of React Native are: Dec. 2024: Notes on React Native and Expo, https://raviswdev.blogspot.com/2024/12/notes-on-react-native.html Feb. 2024: Notes on using React Native without Expo framework and Expo Go, https://raviswdev.blogspot.com/2025/02/notes-on-using-react-native-without.html --------------------------- 1st April 2025: After around 2 months, I am restarting my React Native learning. First step has been to refresh my knowledge about the various React Native project folders on my PC. Next step was to refresh my knowledge of the basic React Native tutorial: https://reactnative.dev/docs/getting-started . In that context, I logged some info. which is given below: When I tried using the project folder I had for this tutorial (called AwesomeProject) with Expo Go, it did not work. Updated Expo go on phone and also am running 'npm update' on the project. npm update did not update Expo to 52 as the package.json entry ...