I have moved back from TS to JS - we were not using it, and it was unnecessarily complicating stuff. We can look into this again in the future...
I updated the Expo SDK version. For this, I had to patch react-native-responsive-layout library
Fixes #150
Fixes #157 - Use local images instead of remote images. Redo the loadImageAtLoad function - so that it uses a hook
Redo Modals logic - use an ID for each modal and reuse the same modal component.
Move all data to React Context API.
Reorganise the assets in a more logical manner. Please follow this format moving forward.
Moved all unused assets into a separate folder
Use a locally installed copy of expo - by using yarn start (instead of expo start) also automatically use a local copy of ngrok (and thereby avoid the classical ngrok not installed globally issue)
Remove the node_modules folder and re-run yarn install
cc @ronfinn @E-gonito @NateCreedDonato @ishaqmoghul
In the PR:
react-native-responsive-layout
libraryyarn start
(instead ofexpo start
) also automatically use a local copy of ngrok (and thereby avoid the classical ngrok not installed globally issue)Remove the
node_modules
folder and re-runyarn install
cc @ronfinn @E-gonito @NateCreedDonato @ishaqmoghul