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
Built using expo with latest react native version (0.74)
Clone the repo https://github.com/nishanthbhat07/todosapp.git
After cloning, cd todosapp and install node_modules by doing yarn
IOS
Once node_modules are installed, we need to install all the pods related to the project. For doing this you can do either of the following:
a. npx pod-install
b. cd ios && pod install && cd..
After installing pods, run the following command to make an IOS build on simulator: yarn ios. And also open a new terminal to start the metro server yarn start
Android
For build android build, use the following command: yarn android. And also open a new terminal to start the metro server yarn start
Libraries Used
Expo Router - for Screen routing
React Query - For API calls
Typescript
Replicache
React Native SSE - For server side event integration for Poking