IMPORTANT: You need to have React Native installed :) (Not Expo) Follow instructions on and click the 'React Native CLI Quickstart' https://reactnative.dev/docs/environment-setup
Start your app with by going to the created directory: 'cd csvprocessorui'
yarn android
npx pod-install && yarn ios
yarn web
If you have an import error on App.tsx restart your app, it's a cache issue.
If you have red errors in VSCode read the README.md about this issue.
yarn android
yarn ios
yarn start
yarn test
yarn lint
yarn web
yarn web:build
yarn web:test
yarn web:eject