Closed lebedev closed 6 years ago
This is very annoying whenever I run react-native link
command, this library is linked.
Yes, I think it should be linked. I'm currently using RN 0.57 and what I've done so far is: react-native link react-native-global-props
and then I go to Xcode and then:
Build Phases
Link Binary With Libraries
ReactNativeGlobalProps.app
and ReactNativeGlobalProps.test
(something like that)
And build@mCodex why linking and then removing? Wasn't it working before you linked it?
@Ajackster can we delete those folders ?
@maieonbrix Yeah, we can remove them. I think I made this project using the react-native init command which included a bunch of files that can be removed since this library is just a couple utility functions.
I am on it, will open a PR in the following hours
Awesome, thanks :)
There're
ios
andandroid
folders in this repo, and this library links automatically ifreact-native link
command is run. However, In my project it isn't linked, and... it works just fine? At least the subset of features that I use.Can you describe for what functionality should this library be linked? Are these from the example, maybe?