File tree Expand file tree Collapse file tree 5 files changed +8381
-2169
lines changed Expand file tree Collapse file tree 5 files changed +8381
-2169
lines changed Original file line number Diff line number Diff line change 6
6
StyleSheet ,
7
7
TouchableOpacity ,
8
8
} from 'react-native'
9
- import { createStackNavigator , createAppContainer } from 'react-navigation'
9
+ import { createAppContainer } from 'react-navigation'
10
+ import { createStackNavigator } from 'react-navigation-stack'
10
11
11
12
import AppleMusic from './src/screen/AppleMusic'
12
13
import Map from './Map'
Original file line number Diff line number Diff line change 3
3
"name" : " Reanimated BottomSheet example" ,
4
4
"slug" : " reanimated-bottomsheet-example" ,
5
5
"privacy" : " public" ,
6
- "sdkVersion" : " 32 .0.0" ,
6
+ "sdkVersion" : " 33 .0.0" ,
7
7
"platforms" : [
8
8
" ios" ,
9
9
" android"
Original file line number Diff line number Diff line change 7
7
"eject" : " expo eject"
8
8
},
9
9
"dependencies" : {
10
- "expo" : " ^32.0.0" ,
11
- "react" : " 16.5.0" ,
12
- "react-native" : " https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz" ,
13
- "react-navigation" : " ^3.4.1"
10
+ "expo" : " ^35.0.1" ,
11
+ "expo-blur" : " ~7.0.0" ,
12
+ "react" : " 16.12.0" ,
13
+ "react-native" : " https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz" ,
14
+ "react-native-gesture-handler" : " ~1.3.0" ,
15
+ "react-native-reanimated" : " ~1.2.0" ,
16
+ "react-navigation" : " ^4.0.10" ,
17
+ "react-navigation-stack" : " ^1.10.3" ,
18
+ "scheduler" : " ^0.18.0"
14
19
},
15
20
"devDependencies" : {
16
- "@types/expo" : " ^32 .0.0 " ,
21
+ "@types/expo" : " ^33 .0.1 " ,
17
22
"@types/expo__vector-icons" : " ^9.0.1" ,
18
- "babel-preset-expo" : " ^5.0.0" ,
19
- "escape-string-regexp" : " ^2.0.0"
23
+ "babel-preset-expo" : " ^7.1.0" ,
24
+ "escape-string-regexp" : " ^2.0.0" ,
25
+ "expo-cli" : " ^3.8.0"
20
26
},
21
27
"private" : true
22
28
}
Original file line number Diff line number Diff line change 8
8
TouchableOpacity ,
9
9
FlatList ,
10
10
} from 'react-native'
11
- import { BlurView } from 'expo'
11
+ import { BlurView } from 'expo-blur '
12
12
import { Ionicons } from '@expo/vector-icons'
13
13
import BottomSheet from 'reanimated-bottom-sheet'
14
14
import Animated from 'react-native-reanimated'
You can’t perform that action at this time.
0 commit comments