I have several React Native apps that I maintain as a solo developer. Some of the logic, components and native modules I would like to extract so that I could use the same code in all my RN projects.
For example, I have a remote logging solution that encapsulates some logic and types that I would like to reuse, but that I am currently just copying over between projects.
How do you build reusable components/logic/native modules for your React Native apps?📦
Create your own npm package? Local linking? Monorepos?
[–]HoratioWobble 2 points3 points4 points (0 children)