-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 714 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "react-native-currency-input-example",
"description": "Example app for react-native-currency-input",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"adb-reverse": "adb reverse tcp:8081 tcp:8081"
},
"dependencies": {
"native-base": "^3.4.21",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-safe-area-context": "3.3.2",
"react-native-svg": "12.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "0.72.3"
}
}