Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9f95f6e
Refactor README; add SPATIAL_NAVIGATION_API
ImRoodyDev Mar 12, 2026
bab0702
Dropdown Issue ( trying to fix )
ImRoodyDev May 15, 2026
6fd7c7d
Fix dropdown issue with animation not closing on state update
ImRoodyDev May 15, 2026
a704276
remove idea folder
ImRoodyDev May 15, 2026
dd8a1f9
Merge branch 'feature-v1' into feature-v1.0_1b
ImRoodyDev May 21, 2026
46de113
Update .gitignore
ImRoodyDev May 21, 2026
6bc7bbd
mono structure
ImRoodyDev May 21, 2026
d17f23c
Update .gitignore
ImRoodyDev May 21, 2026
012de7b
chore: untrack .vscode from repository
ImRoodyDev May 21, 2026
4c8999b
Added docs site
ImRoodyDev May 23, 2026
c50f6a0
fix typescript errors
ImRoodyDev May 23, 2026
82d0204
fix metro config
ImRoodyDev May 23, 2026
05be90f
Publish page CI/CA
ImRoodyDev May 24, 2026
6024d04
Update .nvmrc
ImRoodyDev May 24, 2026
8d66940
Merge branch 'main' into feature-v1.0b_mono
ImRoodyDev May 24, 2026
a452a96
Update .nvmrc
ImRoodyDev May 24, 2026
40577d0
Create test.yml
ImRoodyDev May 24, 2026
c0ec515
Update test.yml
ImRoodyDev May 24, 2026
ac93dc3
Create react-native-web.d.ts
ImRoodyDev May 24, 2026
3892499
Merge branch 'main' into feature-v1.0b_mono
ImRoodyDev May 24, 2026
97eceb7
Update pages.yml
ImRoodyDev May 24, 2026
31a3622
Merge branch 'feature-v1.0b_mono' of https://github.com/ImRoodyDev/re…
ImRoodyDev May 24, 2026
dc0c124
Update pages.yml
ImRoodyDev May 24, 2026
8be598b
Update pages.yml
ImRoodyDev May 24, 2026
bb185bd
Merge branch 'main' into feature-v1.0b_mono
ImRoodyDev May 24, 2026
838961e
Update pages.yml
ImRoodyDev May 24, 2026
285746d
Merge branch 'main' into feature-v1.0b_mono
ImRoodyDev May 24, 2026
018be85
Update pages.yml
ImRoodyDev May 24, 2026
1c4f96d
Merge branch 'main' into feature-v1.0b_mono
ImRoodyDev May 24, 2026
e9595f1
update yaml
ImRoodyDev May 24, 2026
d7405f2
Update Navbar.tsx
ImRoodyDev May 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand Down Expand Up @@ -67,11 +68,6 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: workspaces/docs/dist

- name: Deploy artifact
id: deployment
uses: actions/deploy-pages@v5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"readme": "./README.md",
"author": "ImRoodyDev <> (https://github.com/imroodydev)",
"homepage": "https://github.com/imroodydev/react-native-cross-elements#readme",
"homepage": "https://imroodydev.github.io/react-native-cross-elements/",
"repository": {
"type": "git",
"url": "https://github.com/imroodydev/react-native-cross-elements.git"
Expand Down
1 change: 0 additions & 1 deletion workspaces/docs/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export function Navbar({ onMenuPress }: { onMenuPress?: () => void }) {

{/* Right — Search + GitHub + optional hamburger */}
<View style={styles.navRight}>
{isWide && <SearchButton />}
<Pressable
onPress={() =>
Platform.OS === 'web'
Expand Down
Loading