-
Notifications
You must be signed in to change notification settings - Fork 206
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
How to setup appwriteauth11 project #22
Comments
Correct me if i am wrong based on my understanding i have to use Well this works but let me know if there's something that i missed. |
Hello @mashwishi, were you able to solve it? It already lets me log in and create the user, I need to redirect it to Home when I log in. |
If any has problem with this project the correct App.tsx is: import React from 'react';
|
Hello, @mashwishi! It seems you only need to render the import React from 'react';
import { Router } from './routes/Router';
const App = () => {
return (
<Router />
);
}
export default App; |
I am quite new in react native and i am from reactjs, i saw your video about react native and appwrite
I've watched the video and looks like you haven't touched
App.tsx
file while upon my testing it only show theApp.tsx
contents and i wasnt able to navigate at the login/sign up or home screen.The text was updated successfully, but these errors were encountered: