You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I toke https://galio.io/ with react native.
my code is just tring to use the register page to show it
my code is :
export default function App() {
return (
<View style={styles.container}>
<Login></Login>
{/* <Text>Open up App.tsx to start working on your app!</Text>
<StatusBar style="auto" /> */}
</View>
);
}
The issue when I am trying to use the register example from screen then I got an error
the code of login from this path
style may be false but not true
▶ 27 stack frames were collapsed.
registerRootComponent
C:/src/launch/registerRootComponent.tsx:14
11 | AppRegistry.registerComponent('main', () => withExpoRoot(component));
12 | if (Platform.OS === 'web') {
13 | const rootTag = document.getElementById('root') ?? document.getElementById('main');
> 14 | AppRegistry.runApplication('main', { rootTag });
15 | }
16 | }
17 |
The text was updated successfully, but these errors were encountered:
Hi all,
I toke https://galio.io/ with react native.
my code is just tring to use the register page to show it
my code is :
The issue when I am trying to use the register example from screen then I got an error
the code of login from this path
The text was updated successfully, but these errors were encountered: