-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello guys.
As lib is git ignored, this resolutions don't work:
"main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts",
at least installing via repo (not npm).
Prepare scripts (which generates the lib folder) is assuming bob is installed globally when used as dependency, makes sense to change it to:
"prepare": "npx react-native-builder-bob build",
?
Metadata
Metadata
Assignees
Labels
No labels