Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style may be false but not true #28

Open
vitaly87 opened this issue Jun 29, 2021 · 0 comments
Open

style may be false but not true #28

vitaly87 opened this issue Jun 29, 2021 · 0 comments

Comments

@vitaly87
Copy link

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 | 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant