You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the problem was that the UserNotification.framework only available in iOS 10, so it could not be required, this framework status should be set to optional
Are there any configuration item to set this framework to optional after react-native link?
The text was updated successfully, but these errors were encountered:
This issue looks like a question that would be best asked on StackOverflow.
StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only.
Will close this as this is really a question that should be asked on StackOverflow.
facebook
locked as resolved and limited conversation to collaborators
May 24, 2018
react-native version
react-native-cli: 0.2.0
react-native: 0.41.2
after rnpm 1.9.0 version https://github.com/rnpm/rnpm/releases/tag/v1.9.0
So when I public my lib, I can add lib in sharedLibraries, just like that
the problem was that the UserNotification.framework only available in iOS 10, so it could not be required, this framework status should be set to optional
Are there any configuration item to set this framework to optional after
react-native link
?The text was updated successfully, but these errors were encountered: