diff --git a/.changeset/brave-rivers-shop.md b/.changeset/brave-rivers-shop.md new file mode 100644 index 00000000..7fd88c43 --- /dev/null +++ b/.changeset/brave-rivers-shop.md @@ -0,0 +1,5 @@ +--- +'react-native-reanimated-carousel': patch +--- + +remove the postinstall script. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d32295bb..7d42d9ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-yarn- - name: install dependencies - run: yarn install + run: yarn bootstrap - name: Create Release Pull Request or Publish to npm diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f8b8ff6b..6fe851ae 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -51,7 +51,7 @@ jobs: restore-keys: | ${{ runner.os }}-yarn- - - run: yarn install + - run: yarn bootstrap - run: cd ./example/expo && yarn install && yarn build:web diff --git a/example/website/pages/index.mdx b/example/website/pages/index.mdx index c7bfa4ff..94ce0223 100644 --- a/example/website/pages/index.mdx +++ b/example/website/pages/index.mdx @@ -92,9 +92,13 @@ To keep this library maintained and up-to-date please consider sponsoring to us.

+## More high quality libraries made by me 🚀 + +- [react-native-reanimated-table](https://github.com/dohooo/react-native-reanimated-table) + ## Built With ❤️ - [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) - [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) - [react-native-redash](https://github.com/wcandillon/react-native-redash) -- [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob) \ No newline at end of file +- [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob) diff --git a/package.json b/package.json index 2be39edc..6e0d02a4 100644 --- a/package.json +++ b/package.json @@ -20,17 +20,8 @@ "lint:fix": "eslint 'src/**/*.{js,ts,tsx}' --fix", "dev": "watch 'yarn prepare' ./src", "prepare": "bob build", - "ios": "yarn --cwd exampleExpo ios", - "ios:pretty": "yarn --cwd exampleExpo ios:pretty", - "web": "yarn --cwd exampleExpo web", - "web:pretty": "yarn --cwd exampleExpo web:pretty", - "android": "yarn --cwd exampleExpo android", - "android:pretty": "yarn --cwd exampleExpo android:pretty", - "pods": "cd exampleExpo && pod-install --quiet", - "bootstrap": "yarn && yarn pods", - "deploy": "cd exampleExpo && yarn deploy", + "bootstrap": "yarn install && yarn clean && yarn prepare", "clean": "del-cli lib", - "postinstall": "yarn clean && yarn prepare", "version": "changeset version" }, "keywords": [