Skip to content

Commit 2f41efb

Browse files
Update ficus UI v2 (#118)
1 parent aacd57c commit 2f41efb

64 files changed

Lines changed: 1507 additions & 785 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Ž.github/workflows/code-quality.ymlβ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ jobs:
1919
name: Lint and Type Check
2020
runs-on: ubuntu-latest
2121

22-
strategy:
23-
matrix:
24-
node: [20, 22, 'lts/*']
25-
2622
steps:
2723
- uses: actions/checkout@v3
2824

2925
- uses: actions/setup-node@v2
3026
with:
31-
node-version: ${{ matrix.node }}
27+
node-version: 22
3228

3329
- uses: pnpm/action-setup@v4
3430
name: Install pnpm

β€Ž.github/workflows/preview.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v3
3333
with:
34-
node-version: 20.x
34+
node-version: 22.x
3535
cache: pnpm
3636

3737
- name: Install dependencies

β€Ž.github/workflows/update.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 20.x
32+
node-version: 22.x
3333
cache: pnpm
3434

3535
- name: Setup EAS

β€Ž.storybook/preview.tsxβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import React from 'react';
2-
31
import { View } from 'react-native';
42

53
import { colors } from '../src/theme/foundations/colors';

β€Žandroid/app/src/main/AndroidManifest.xmlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<category android:name="android.intent.category.DEFAULT"/>
2828
<category android:name="android.intent.category.BROWSABLE"/>
2929
<data android:scheme="start-ui-native"/>
30-
<data android:scheme="com.bearstudio.startuinative"/>
3130
<data android:scheme="exp+start-ui-native"/>
3231
</intent-filter>
3332
</activity>

β€Žandroid/app/src/main/java/com/bearstudio/startuinative/MainApplication.ktβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MainApplication : Application(), ReactApplication {
2424
override fun getPackages(): List<ReactPackage> {
2525
val packages = PackageList(this).packages
2626
// Packages that cannot be autolinked yet can be added manually here, for example:
27-
// packages.add(new MyReactNativePackage());
27+
// packages.add(MyReactNativePackage())
2828
return packages
2929
}
3030

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)