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

Tried everything, but there's no components that are being displayed. #20

Closed
ghoshRitesh12 opened this issue Jul 29, 2024 · 3 comments
Closed

Comments

@ghoshRitesh12
Copy link

ghoshRitesh12 commented Jul 29, 2024

Hello, I am new to react native world and I wanted to use native wind v4 with expo router v3 and things weren't working out for me. Then I stumbled upon this repo and since it claims that it working with the above librarie, I tried it out and did everything that this repo does but still am facing an issue. As shown below am using dark mode and the entire screen turns black, although there's logs that are apprearing when the -layout.ts file is being rendered.
What am I doing wrong?

image

@younes200
Copy link
Contributor

younes200 commented Jul 29, 2024

Hi @ghoshRitesh12
Could you please update the repositorygit pull and retry these steps?

git clone git@github.com:expo-starter/expo-template.git
bun install
bun android

There was a minor issue with the icon naming, however, I managed to run the app. Here is the screenshot and the dark mode:

Screenshot_1722266042

@geoman2
Copy link

geoman2 commented Aug 8, 2024

Hi younes200
What's the progress of this project, is D1 supported?

Also, what do you think about https://github.com/OP-Engineering/op-sqlite, seems to be the most performant sqlite for expo.
The author also added support for libsql, the sqlite fork run and maintained by turso project in cloud, but being open-source can be run on own servers by everyone, a good alternative to D1. https://ospfranco.notion.site/Libsql-Support-c56ac2afb939460182ee7bd910b08fbf
Also he added reactive queries support https://ospfranco.notion.site/Reactive-Queries-fc4ad3f25017478f9df39b3cbda7ec83

@younes200
Copy link
Contributor

Hi @geoman2,

Development on D1 is ongoing. It's currently compatible with Drizzble right out of the box, but it likely won't support offline mode.

The recent integration of libsql in op-sqlite could potentially lead to a smooth integration with drizzle-orm.
However, incorporating op-sqlite into an expo project isn't exactly straightforward, and creating an expo-module may be beneficial for this purpose.

Nevertheless, I plan to include op-sqlite integration into the development roadmap as it's the good choice for creating a local-first application.

Thanks for your suggestion ;)

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

3 participants