Note taker at the moment is really just a simple demo of how React Native/React Native Web can work in harmony with a modern web bundler like vite.
yarn
cd ios && pod install && cd ..
To run the native app, you must run the metro bundler no matter which OS you use
yarn start
Then you can launch the OS from below
yarn ios
yarn android
Web uses Vite to serve content
yarn web