Skip to content

Commit da93bfe

Browse files
committed
chore: all dependencies are upgraded and react-native 72+
1 parent e989166 commit da93bfe

File tree

6 files changed

+2112
-3203
lines changed

6 files changed

+2112
-3203
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ module.exports = {
110110
"@typescript-eslint/indent": 0,
111111
"react-hooks/rules-of-hooks": 2,
112112
"jest/no-identical-title": 2,
113+
"jest/valid-expect": 2,
113114
"unused-imports/no-unused-imports": 2,
114115
"unused-imports/no-unused-vars": 2,
115-
"jest/valid-expect": 2,
116116
camelcase: 2,
117117
"prefer-destructuring": 2,
118118
"no-nested-ternary": 2,

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We're proudly announce that `Version 4`
2020
- `Zustand` integration with cool slices 🐻
2121
- Native Splash Screen
2222
- Much Better Documentation
23-
- New React Native Architecture Ready **(RN 0.71+)** 🍻
23+
- New React Native Architecture Ready **(RN 0.72+)** 🍻
2424
- Awesome Theme Support for both Light / Dark Mode 🌙
2525
- Latest `React` and `React Native` Dependencies 🚀
2626
- All Dependencies are Upgraded
@@ -178,7 +178,7 @@ sdk.dir=/Users/username/Library/Android/sdk
178178
- [x] ~~Axios Hooks~~
179179
- [x] ~~React Native New Architecture~~
180180
- [x] ~~Zustand Integration~~
181-
- [ ] `react-native-mmkv-storage` will be re-implement when the [issue](https://github.com/ammarahm-ed/react-native-mmkv-storage/issues/316) is resolved on RN 71+
181+
- [x] ~~`react-native-mmkv` will be re-implement when the [issue](https://github.com/ammarahm-ed/react-native-mmkv-storage/issues/316) is resolved on RN 71+~~
182182
- [ ] Zustand Documentation
183183
- [ ] `Babel Plugin Module Resolver` Documentation with Example
184184
- [ ] `Navigation Service` Documentation with Example
@@ -188,8 +188,6 @@ sdk.dir=/Users/username/Library/Android/sdk
188188
- [ ] `Website` for the boilerplate
189189
- [ ] Splash Screen Documentation
190190
- [ ] `Detox E2E` Integration Fork Version
191-
- [ ] `Redux` Fork Version
192-
- [ ] `MobX State Tree` Fork Version
193191
- [ ] Write an article about the lib on `Medium`
194192
- [ ] Write an article about the lib on `DevTo`
195193

0 commit comments

Comments
 (0)