implementing logic of application
This commit is contained in:
14
react-native/bootstrap/start/component.js
vendored
14
react-native/bootstrap/start/component.js
vendored
@@ -1,15 +1,13 @@
|
||||
import React from 'react'
|
||||
import { GestureHandlerRootView } from 'react-native-gesture-handler'
|
||||
import { Routes } from '../../app/routes/component';
|
||||
import { PortalContextContainer } from '../../app/contexts/portals/container';
|
||||
|
||||
|
||||
//This archive is used to envolve app in contexts, libs, etc..
|
||||
//This file is used to envolve app in contexts, libs, etc..
|
||||
export const Bootstrap = ()=>{
|
||||
return (
|
||||
<>
|
||||
<GestureHandlerRootView>
|
||||
<Routes/>
|
||||
</GestureHandlerRootView>
|
||||
</>
|
||||
return (
|
||||
<PortalContextContainer>
|
||||
<Routes/>
|
||||
</PortalContextContainer>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user