File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
## Code Style
36
36
* Make sure you are using linter with linting rules defined in ESLint config (.eslintrc.js)
37
37
* Name branch according to your ticket following this pattern: RNS-XX-short_description
38
- * Imports and exports inside ` index.tsx ` files eg. ` screens/index.tsx ` , ` components/index.tsx ` should be sorted alfabetically
39
- * Style names should be ordered alfabetically
38
+ * Imports and exports inside ` index.tsx ` files eg. ` screens/index.tsx ` , ` components/index.tsx ` should be sorted alphabetically
39
+ * Style names should be ordered alphabetically
40
40
* Please use commit lint and follow commit naming convention (https://www.conventionalcommits.org/en/v1.0.0/ )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ yarn add react-native-reanimated react-native-safe-area-context
78
78
After installation:
79
79
- check Reanimated installation [ guide] ( https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation )
80
80
- handle Pods installation with ` npx pod-install `
81
- - wrap your root component with ` SafeAreaProvider ` from `react-native-safe-area-context
81
+ - wrap your root component with ` SafeAreaProvider ` from ` react-native-safe-area-context `
82
82
83
83
<h1 id =" Contributing " >Contributing</h1 >
84
84
You can’t perform that action at this time.
0 commit comments