Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

418
Views
How to create a React Native package (View) which depends on other Native packages

Long story short, I am currently creating an npm package for React Native that is dependent on other packages that are native and require linking, pod install, etc. I am currently using peerDependencies to make it work but I would like to include everything in the package for people to enjoy an easy installation process instead of manually installing 3-6 dependencies themselves.

I am not sure where to start about that or if it's even possible, any thoughts are appreciated.

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

I think the first think you should check is this library. It's actually recommended by the official React Native documentation.

You can create basic bootstrap for your npm package with this command (check the link above to RN docs for more information):

npx create-react-native-library react-native-awesome-module
about 4 years ago · Juan Pablo Isaza Report

0

if you wanna use a native package then you will need for

IOS

you will need to add s.dependency in react-native-pkgname.podspec REF

Android

you will need to add implementation in android/build.gradle file REF

To make new package, you can use this CLI https://github.com/callstack/react-native-builder-bob

npx create-react-native-library react-native-awesome-module
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!