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 want to integration with existing App. In the ReactNative docs :
Remember to install all subspecs you need. The <Text> element cannot be used without pod 'React/RCTText'.
Now, I want to use <ListView> and there are something wrong in the simulator:
<ListView>
Cant't find variable:ListView
What subspecs I will install?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I want to integration with existing App.
In the ReactNative docs :
Now, I want to use
<ListView>
and there are something wrong in the simulator:What subspecs I will install?
The text was updated successfully, but these errors were encountered: