-
Notifications
You must be signed in to change notification settings - Fork 39
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
Not working with latest React Native #13
Comments
@brunolemos @AlexisChevalier |
Cant release the new version with prop-types fix, need to make some cleaning with publishing rights, so it will take a while :s hopefully not much |
Sure, here's a freshly created RN iOS project with the cancellable counter example roughly adapted to RN : https://github.com/AlexisChevalier/ReduxSagaDevToolsExample (I don't have the time to set up an android environment for now, sorry). Since the cancellable counter uses a race effect it also covers #16 npm install and react-native run-ios should be sufficient to run if you have an existing RN environment. |
Error 1: Unhandled JS Exception: Expected a component class, got [object Object].
Error 2: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
The text was updated successfully, but these errors were encountered: