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

react native link question #12852

Closed
huangminlinux opened this issue Mar 10, 2017 · 1 comment
Closed

react native link question #12852

huangminlinux opened this issue Mar 10, 2017 · 1 comment
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@huangminlinux
Copy link

huangminlinux commented Mar 10, 2017

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

  	"rnpm": {
    	"ios": {
      	"sharedLibraries": [
        	"libz",
        	"UserNotifications",
        	"CoreTelephony",
        	"Security",
        	"CFNetwork",
        	"CoreFoundation",
        	"SystemConfiguration",
        	"Foundation",
        	"UIKit",
        	"libresolv",
        	"CoreGraphics"
      	]
    	}
  	}

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
73b5462e-33e9-41a2-aa8c-b7ae94188b27

Are there any configuration item to set this framework to optional after react-native link?

@hramos hramos closed this as completed Mar 10, 2017
@hramos
Copy link
Contributor

hramos commented Mar 10, 2017

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 facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants