4 questions
0
votes
1
answer
58
views
react native - create location tracking library for iOS
I am researching on creating library for react native new arch. At the moment, I am dealing with create-react-native-library to create a location tracking lib for iOS for better customization.
I am ...
0
votes
0
answers
35
views
How to create npm package from react native app with native code
I have a react native app with native code.
If I try locally the app it works, with Ios and with Android.
I want to create npm package and to do that I created a .podspec file.
When I run
pod lib lint
...