- VSCode
- Go to src
- Download dependencies
npm install
- Run application in web mode
npm run web
- https://jestjs.io/docs/tutorial-react-native
- This is what has been used.
- https://callstack.github.io/react-native-testing-library/docs/redux-integration
- https://github.com/callstack/react-native-testing-library/tree/main/examples/redux
There is an issue ssl on the most recent version of node.
One solution is to downgrade node version, the other is to use legacy version of the provider.
Here are the command line to make the recenter version work with react-native.
export NODE_OPTIONS=--openssl-legacy-provider
set NODE_OPTIONS=--openssl-legacy-provider
$env:NODE_OPTIONS = "--openssl-legacy-provider"
git remote prune origin
git fetch --prune origin
git branch -D branch_name_here
git log --graph --pretty=oneline --abbrev-commit