-
Notifications
You must be signed in to change notification settings - Fork 35
Test on React-Native #1
Comments
Just tried
|
I can confirm that too.. |
I am currently writing a full app using react native alpha, I'll let you know about the issues I might run into. I am going with an approach without redux but so far its working fine. |
Hi, It is really really great ! last day I wrote a lot of RN StackNavigation Pages . In the dreaming ,I realize it must be a good idea use react-hooks to handle react-navigation event. so , I find this repo. I'm so excited.Thanks! |
Don't work react-native 0.60.4 sintaxe error in import module... |
Same issue on .60.5. The Import Error caused by
can be worked around by just importing each module separately. e.g. |
@Jta26 : This is not a valid ES import in the first place
@mensonones RN 0.64 does not exist yet and you don't provide any error message. People are able to import this lib successfully already (including me) This project was developed initially at a time where RN didn't support hooks. It was developed against a react-native-web project and Eric couldn't at that time test it in a real RN app easily. This project does work in RN (despite some bugs and the contribution experience is not great) so I'm closing this issue. #38 should fix many bugs regarding focus and event system, will be merged soon #28 should bring an example app to make it easier to test contributions in a real app #2 is the issue about writing a test suite |
Hey, @slorber . Sorry, I didn't realize that I had spelled the wrong version. Adjusted... |
what's the syntaxe error message and the version of the lib you are using @mensonones , i can't do anything without more infos |
There's some documentation or guide about how to test with jest? |
@moyolvera you can check #16 |
I haven't actually run hooks yet on RN because its quite complicated right now. This was developed on the web.
Could somebody test this on a RN app and see if anything funky happens?
The text was updated successfully, but these errors were encountered: