We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Changing text and save doesn't change while Hot Reloading is enabled
Hot Reloading
Work like normal Hot Reloading
run-android
react-native start --reset-cache
The text was updated successfully, but these errors were encountered:
I've been able to get non-functional components (i.e. class Foo extends React.Component { ... } hot-reloading with
class Foo extends React.Component { ... }
functional components, however, never seem to cooperate
Sorry, something went wrong.
@zxccvvv this is not related to Paper. I think it's a problem in general with HMR and RN: facebook/react-native#10991. You might need to check this one https://github.com/bvic23/babel-plugin-functional-hmr and see if it helps.
No branches or pull requests
Current behaviour
Changing text and save doesn't change while
Hot Reloading
is enabledExpected behaviour
Work like normal Hot Reloading
Code sample
Screenshots (if applicable)
What have you tried
run-android
react-native start --reset-cache
Your Environment
The text was updated successfully, but these errors were encountered: