add libs with depend of navigation drawer and refactor app.tsx
This commit is contained in:
15
react-native/bootstrap/start/component.js
vendored
Normal file
15
react-native/bootstrap/start/component.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import React from 'react'
|
||||
import { Text, View } from 'react-native'
|
||||
import { GestureHandlerRootView } from 'react-native-gesture-handler'
|
||||
|
||||
export const Bootstrap = ()=>{
|
||||
return (
|
||||
<>
|
||||
<GestureHandlerRootView>
|
||||
<View>
|
||||
<Text>Bootstrap</Text>
|
||||
</View>
|
||||
</GestureHandlerRootView>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user