Skip to content
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

Make the component work w/ RN 0.25+ #13

Merged
merged 2 commits into from
May 24, 2016
Merged

Conversation

doronpr
Copy link
Contributor

@doronpr doronpr commented May 23, 2016

No description provided.

@doronpr doronpr mentioned this pull request May 23, 2016
NativeModules,
} = require('react-native');
var React = require('react');
var findNodeHandle = require('react-native/Libraries/ReactNative/findNodeHandle');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

findNodeHandle is it not exported from react-native?

var { NativeModules, findNodeHandle } = require('react-native');

@doronpr
Copy link
Contributor Author

doronpr commented May 24, 2016

@chirag04 Good call. Made the import more straightforward. Thanks!

@chirag04 chirag04 merged commit 83c9a7d into chirag04:master May 24, 2016
@chirag04
Copy link
Owner

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants