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
I am getting error Touchable child must either be native or forward setNativeProps to a native component
Touchable child must either be native or forward setNativeProps to a native component
That's unfortunate as it prevent "direct" mixture of native base and RN.
I believe you could use https://github.com/facebook/react/blob/master/src/renderers/native/NativeMethodsMixin.js to solve this together with other "incompabilities" like measuring etc.
The text was updated successfully, but these errors were encountered:
@sodik82 Can you check for this against the latest of NativeBase?
Sorry, something went wrong.
still there. have you fixed something regarding this issue?
Added here
No branches or pull requests
I am getting error
Touchable child must either be native or forward setNativeProps to a native component
That's unfortunate as it prevent "direct" mixture of native base and RN.
I believe you could use https://github.com/facebook/react/blob/master/src/renderers/native/NativeMethodsMixin.js to solve this together with other "incompabilities" like measuring etc.
The text was updated successfully, but these errors were encountered: