mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-04 21:26:48 +00:00
Fix git installs
This commit is contained in:
@@ -1 +0,0 @@
|
||||
module.exports = require("./plugin/build").default;
|
||||
@@ -0,0 +1,6 @@
|
||||
export {
|
||||
default,
|
||||
withCast,
|
||||
withMediaNotifications,
|
||||
withPip,
|
||||
} from "./plugin/src/index";
|
||||
+4
-5
@@ -12,9 +12,8 @@
|
||||
"android": " cd example && bunx react-native run-android --no-packager --port 8082",
|
||||
"web": "cd example && bun web",
|
||||
"typecheck": "tsc --noEmit && tsc -p plugin/tsconfig.json --noEmit",
|
||||
"build:plugin": "tsc -p plugin/tsconfig.json",
|
||||
"build": "bun run typecheck && bob build && bun run build:plugin",
|
||||
"prepare": "bun run build",
|
||||
"build": "bun run typecheck && bob build",
|
||||
"prepare": "bob build",
|
||||
"codegen": "nitrogen --logLevel=\"debug\" && node post-script.js",
|
||||
"release": "semantic-release"
|
||||
},
|
||||
@@ -41,8 +40,8 @@
|
||||
"ios/**/*.mm",
|
||||
"ios/**/*.cpp",
|
||||
"ios/**/*.swift",
|
||||
"app.plugin.js",
|
||||
"plugin/build",
|
||||
"app.plugin.ts",
|
||||
"plugin/src",
|
||||
"*.podspec",
|
||||
"README.md"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user