Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3fdbddd

Browse files
committedJul 11, 2022
Removed UIKitten, added Nativebase v3, rewrtitten UI, removed ghibli APIs examples, added reqres APIs examples, chore dependencies, upgraded to RN0.69.1
1 parent b201c01 commit 3fdbddd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+3493
-2276
lines changed
 

‎.eslintrc.js

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,15 @@ module.exports = {
2222
rules: {
2323
'@typescript-eslint/ban-ts-comment': 'off',
2424
'@typescript-eslint/explicit-function-return-type': 'off',
25-
'@typescript-eslint/no-inferrable-type': 'off',
26-
'no-unused-vars': 'off',
27-
'@typescript-eslint/no-unused-vars': ['error'],
28-
'no-extra-boolean-cast': 'off',
25+
'@typescript-eslint/no-unused-vars': 'off',
2926
// All the @typescript-eslint/* rules here...
3027
'@typescript-eslint/no-unnecessary-type-arguments': 'error',
31-
//'@typescript-eslint/no-explicit-any': 'off',
3228
'@typescript-eslint/prefer-nullish-coalescing': 'error',
3329
'@typescript-eslint/prefer-optional-chain': 'error',
34-
'@typescript-eslint/explicit-module-boundary-types': 'error',
35-
'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks
36-
'react-hooks/exhaustive-deps': 'warn', // Checks effect dependencies
30+
'@typescript-eslint/explicit-module-boundary-types': 'off',
31+
'react-native/no-inline-styles': 'off',
32+
'react-hooks/rules-of-hooks': 'error',
33+
'react-hooks/exhaustive-deps': 'warn',
3734
},
3835
parser: '@typescript-eslint/parser',
3936
parserOptions: {

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,16 @@ _REMEMBER: the entry point file in the root of the project MUST be index.js_
179179
`redux-toolkit`<br/>
180180
`redux-persist` (https://github.com/rt2zz/redux-persist)<br/>
181181
`React Native Debugger`<br/>
182+
`React Native Flipper Integration`<br/>
182183
`redux-saga`<br/>
183184
`i18next`<br/>
184185
`react-navigation v6` ❤️<br/>
185-
`UIKitten v5`<br />
186+
`Nativebase v3` as design system<br />
186187
`Env` variables selection experimental way ⚗️⚗️⚗️<br />
187188
✅ Typescript (optional use. Read the DOC above)<br />
188189

190+
`UI Kitten` is not supported anymore!
191+
189192

190193
---
191194

0 commit comments

Comments
 (0)
Please sign in to comment.