-
-
Notifications
You must be signed in to change notification settings - Fork 333
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
Basic example doesn't actually return anything #231
Comments
Same here with Expo. The library looks absolutely amazing and it is sad I cannot get it to work.
Take your time @dohooo and I do not expect anything else, than you keep doing that wonderful work of god you're currently doing. EDIT: |
@Fatjookie how were you able to implement this in js. |
It could be that things are just rendering way off screen. I was rendering something about 400 units in height, but to vertically center the carousel I had to set the I'm not entirely sure that I understand the height prop correctly, so I can't speak to whether this is a bug or if it's working as intended. |
Sorry for that, my problem. #226 (comment) |
@Fmstrat I haven't tried using RNRC on projects that aren't EXPO hosting, so is it possible that it's your configuration problem? And it is normal for me to use RNRC in JS RN project. |
I'll reopen this issue If you have any other questions. |
I'm trying to understand how to use this without Typescript, and the most basic example from the README doesn't actually work. For example, you can see in the link that this shows a blank screen:
https://codesandbox.io/s/quirky-meadow-e5z4wx?file=/src/App.js
How does one proceed?
The text was updated successfully, but these errors were encountered: