-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'patch' of https://github.com/gluestack/gluestack-ui int…
…o feat/icons-example
- Loading branch information
Showing
294 changed files
with
1,245 additions
and
995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Trigger gluestack-style-website | Create PR when pushed to master | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- patch | ||
|
||
jobs: | ||
build: | ||
name: Dispatch to 'gluestack-style-website' | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Emit repository_dispatch | ||
uses: mvasigh/dispatch-action@main | ||
with: | ||
# You should create a personal access token and store it in your repository | ||
token: ${{ secrets.MY_GITHUB_TOKEN }} | ||
repo: ui-website | ||
owner: gluestack | ||
event_type: build_ui_docs | ||
message: | | ||
{ | ||
"repo": "ui", | ||
"branch": "${{ github.head_ref }}" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
example/storybook-nativewind/src/components-example/nativewind/Box/index.tsx
This file was deleted.
Oops, something went wrong.
53 changes: 0 additions & 53 deletions
53
example/storybook-nativewind/src/components-example/nativewind/Link/index.tsx
This file was deleted.
Oops, something went wrong.
35 changes: 0 additions & 35 deletions
35
example/storybook-nativewind/src/components-example/nativewind/VStack/index.tsx
This file was deleted.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
example/storybook-nativewind/src/components-example/nativewind/index.ts
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
example/storybook-nativewind/src/components-example/themed/index.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.