A monorepo starter for react-native-builder-bob packages
yarn add @react-native-bob-monorepo/package1
yarn add @react-native-bob-monorepo/package2
import Package1 from "@react-native-bob-monorepo/package1";
import Package2 from "@react-native-bob-monorepo/package1";
// ...
const result = Package1;
console.log(2 * result === Package2)
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT