Issue
I read all of react-native's documents and now I'm reading all of Reacts documents.
So do all of the underlying functions of React in their documents live in and are available in React Native?
With the exception of ReactDOM.render() vs ... well whatever equivalent for React Native is for this and other functions that are platform-specific
For instance, can I rely on the methods in this document?
https://facebook.github.io/react/docs/working-with-the-browser.html#component-lifecycle
To be the same in React Native?
I'm just having trouble separating what's for what
Any help would be appreciated
Solution
Yes you can use same lefe cycle methods also in react-native. As you've mentioned, only difference between them is view components.
Answered By - Adrian Seungjin Lee
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.