forked from mayu-496/file
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstallation
More file actions
18 lines (15 loc) · 802 Bytes
/
installation
File metadata and controls
18 lines (15 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
npm i --save react-native-router-flux
npm install 'react-native-form-validator' --save
npm install react-native-datepicker --save
npm install react-native-ui-xg --save
npm install --save react-native-vector-icons
npm i react-native-action-button --save
react-native link react-native-vector-icons
npm install react-native-simple-card-view
react-native link react-native-vector-icons
npm install --save react-native-imagepicker
react-native link react-native-image-picker
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-feature android:name="android.hardware.camera" android:required="false"/>
<uses-feature android:name="android.hardware.camera.autofocus" android:required="false"/>