-
Notifications
You must be signed in to change notification settings - Fork 40
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
about skip button in remotedev.io/local #14
Comments
Thanks for the example, but unfortunately, I couldn't get it run. Skipping actions works only in strict mode or when setting - increment() {
+ @action increment() {
this.counter++;
} |
It was a bug on I still wasn't able to run ios build (as for the exception above), but android build works (so you could revert that commit removing it). |
Nice, it works as expected:+1: About the ios, clean the dir iOS, and do the step what I said before, it should works... |
@zalmoxisus what android simulator you are using? |
@HaveF I'm using Android Emulator. I guess it's not as good as genymotion. As for ios, I tried your tips and also all others from that issue, and unfortunately it didn't help. I should update xCode to 8. Weird it was working before. Anyway I'm not developing any React Native apps at the moment. |
Thanks for your repo!
I tried RN today(
react-native run-ios
). Have a question to ask:Should skip button works when use mobx?
HaveF/mobx-react-native-template-remotedev: A react-native template using advanced react-native Architecture with mobx
RN 0.40, mobx 3
Thanks!
The text was updated successfully, but these errors were encountered: