implement prototipe of navigate
This commit is contained in:
8
react-native/bootstrap/start/component.js
vendored
8
react-native/bootstrap/start/component.js
vendored
@@ -1,14 +1,16 @@
|
||||
import React from 'react'
|
||||
import { Text, View } from 'react-native'
|
||||
import { GestureHandlerRootView } from 'react-native-gesture-handler'
|
||||
import { Routes } from '../../app/routes/component';
|
||||
|
||||
|
||||
//This archive is used to envolve app in contexts, libs, etc..
|
||||
export const Bootstrap = ()=>{
|
||||
return (
|
||||
<>
|
||||
<GestureHandlerRootView>
|
||||
<View>
|
||||
<Text>Bootstrap</Text>
|
||||
</View>
|
||||
<Text>a</Text>
|
||||
<Routes/>
|
||||
</GestureHandlerRootView>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user