@ -1,5 +1,9 @@
# react-native-template
### Versions
- React native version **0.69.2**
- React version **18.0.0**
## Purpose
This repo contains a react native template that:
- Instantiates a basic redux store with two reducers
@ -22,7 +22,6 @@
"react-redux": "^8.0.2",
"realm": "^10.19.5",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"uuid": "^8.3.2"
},
"devDependencies": {
@ -36,6 +35,7 @@
"react-test-renderer": "18.0.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"thunk": "^0.0.1",
"ts-jest": "^28.0.0"
}
@ -34,7 +34,6 @@
@ -48,6 +47,7 @@