forked from ptomasroos/react-native-tab-navigator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 951 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
{
"name": "react-native-tab-navigator",
"version": "0.3.4",
"description": "A tab bar that switches between scenes, written in JS for cross-platform support",
"main": "TabNavigator.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/exponentjs/react-native-tab-navigator.git"
},
"keywords": [
"react-native",
"tab-bar",
"navigator",
"ios",
"android"
],
"author": "James Ide",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/react-native-tab-navigator/issues"
},
"homepage": "https://github.com/exponentjs/react-native-tab-navigator#readme",
"dependencies": {
"immutable": "^3.8.1"
},
"devDependencies": {
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.6",
"@types/react": "^18.2.31",
"@types/react-test-renderer": "^18.0.5",
"react-native": "0.72.6",
"typescript": "^5.2.2"
},
"packageManager": "yarn@4.1.1"
}