Skip to content

Commit

Permalink
Merge pull request #501 from dohooo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
dohooo authored Dec 6, 2023
2 parents b7db6f0 + 5ade66b commit cf7e200
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/brave-rivers-shop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-native-reanimated-carousel': patch
---

remove the postinstall script.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 5 additions & 1 deletion example/website/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,13 @@ To keep this library maintained and up-to-date please consider sponsoring to us.
<img src='https://github.com/dohooo/sponsors/blob/master/sponsors.png?raw=true'/>
</p>

## 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)
- [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob)
11 changes: 1 addition & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit cf7e200

Please sign in to comment.