Skip to content

Commit 486c660

Browse files
Update README.md
1 parent 14cb258 commit 486c660

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

README.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
1-
# React-Native-Basic-Setup
1+
# RN Basic Setup ( Light & Dark Mode, Responsive Setup for All Screens, Langauge Translation, Folder Architecture, SVG Rendering and Apollo-Graphql Setup)
2+
3+
# Step 1
4+
5+
npx react-native init ProjectName
6+
7+
Copy all Files from above Repository except default
8+
9+
# Step 1
10+
11+
npm i --save @react-native-masked-view/masked-view @react-navigation/native @react-navigation/stack formik metro-config yup react-native-gesture-handler react-native-safe-area react-native-safe-area-context react-native-screens react-native-svg react-native-svg-transformer react-native-vector-icons lodash @react-navigation/bottom-tabs lottie-react-native react-native-iphone-x-helper @react-native-async-storage/async-storage react-native-toast-message react-native-reanimated @react-native-community/netinfo react-native-localize native-base react-i18next i18next react-native-app-intro-slider babel-plugin-module-resolver @apollo/client
12+
13+
# Step 2
14+
15+
16+
npx react-native assest ( to added fonts to android/ios )
17+
18+
cd/ios - pod install
19+
20+
# Step 3
21+
22+
npm run-android
23+
24+
npm run ios
25+
26+

0 commit comments

Comments
 (0)