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

todolist sample issue on Windows #1246

Open
GolfredoPerezFernandez opened this issue Sep 23, 2020 · 2 comments
Open

todolist sample issue on Windows #1246

GolfredoPerezFernandez opened this issue Sep 23, 2020 · 2 comments
Labels
enhancement help wanted plat: windows Primarily affects react-native-windows

Comments

@GolfredoPerezFernandez
Copy link

Hello, i follow the instructions to deploy on windows first npm install, then npm run start-windows and npm run start.
Im getting this on Visual Studio:
image

@mikehardy
Copy link
Contributor

I'm not sure it supports react-native-windows. I have only run it for web/android/ios

@fbartho
Copy link
Contributor

fbartho commented Sep 23, 2020

That error message indicates the react-native-sqlite does not support windows. Sorry!

Options I see include:
A. Update todo list sample to depend just on Storage rather than on sqlite
B. Switch to a different cross platform storage engine (other than the Storage API)
C. contribute to that project to support windows

@fbartho fbartho added enhancement help wanted plat: windows Primarily affects react-native-windows labels Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement help wanted plat: windows Primarily affects react-native-windows
Projects
None yet
Development

No branches or pull requests

3 participants