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

165
Views
How to manually install 3rd party library in React Native without npm or yarn installer?

I need to manually install 3rd party library. And there is any impact on build run and performance?

The library is https://github.com/asmadsen/react-native-unity-view

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

0

there are multiple packages. some of them are only for development and some of them are needed in production too. for example think of eslint, a package for code quallity, in this package you do not need it in your production build, and only for developlemnt. but a package like chart.js is needed in your production build too. so you need to decide that if a package is needed in your production build or not. if its not needed you can add with

npm install --save-dev 

the above code will only add the package in your development and wont bundle it with your production build

hope that helps

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!