-
Notifications
You must be signed in to change notification settings - Fork 11
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
iOS release build crashes: null is not an object (evaluating 'this._component.getScrollableNode') #5
Comments
Not really sure what you want me to do here, all the component does is pass some props through to a normal textinput https://github.com/zackify/react-native-autofocus/blob/master/text-input.js |
I'm not sure what the solution is but it can't be used in production so I had to post an issue. |
I think I might have and idea now that you mention it :) I’ll mess around
with it soon
On Thu, Dec 28, 2017 at 20:36 Phil Andrews ***@***.***> wrote:
I'm not sure what the solution is but you can't put it into production so
I had to post an issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAbacCwizpJIhq2VFSQEHHsAd9zn3W1Tks5tFGxjgaJpZM4ROAeH>
.
--
Thanks,
Zach Silveira
Senior Partner
Encryption, Inc <https://encryption.io/>
Office: 404-602-0322
|
+1 |
On the latest version of React Native,
maybe a version of RN in between broke it, but appears to be fine now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I narrowed this crash in a production iOS app down to this library. I believe it has to do with the implementation of
Input
instead of using aTextInput
though I'm not 100% sure about that.You can find the whole, ongoing thread of this error at RN Issue #10635. Many of the cases have to do with
Touchable
variety buttons not wrapping children in aView
.Update:
I can confirm that this is the case for iOS and Android -
The text was updated successfully, but these errors were encountered: