Using React-Native library inside another React-Native library
问题 I created a React-Native application Then I created a React-Native Library using this seed github.com/frostney/react-native-create-library Now, I need to use this package https://github.com/toystars/react-native-geo-fence Inside of the Library. Problem is: The library is not a react-native application, and the geo-fence lib needs linking. I cant change the React-Native App and can not use the geo-fence directly inside of it, of course. The logic will need to stay inside the Library i created.