mirror of
https://github.com/zhigang1992/react-native-segmented-control-tab.git
synced 2026-05-07 00:51:58 +08:00
Rename example to Sample.
This commit is contained in:
17
Sample/package.json
Normal file
17
Sample/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "empty-project-template",
|
||||
"main": "node_modules/expo/AppEntry.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"eject": "expo eject"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "^30.0.1",
|
||||
"react": "16.3.1",
|
||||
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
|
||||
"react-native-segmented-control-tab": "^3.3.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user