Skip to content

Commit

Permalink
chore: fix FabricExample occurences
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Dec 17, 2024
1 parent 9ecd0b6 commit 3560e69
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 12 deletions.
8 changes: 4 additions & 4 deletions apps/external-worklets-example/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# React Native Reanimated example app with Fabric
# React Native Reanimated external worklets example app with Fabric

## Installing & running application

Before running application you need to install all dependencies. To do that:

- In project's root directory run `yarn install`
- In ExternalWorkletsExample directory run `yarn install`
- In external-worklets-example directory run `yarn install`

### Android

Expand All @@ -15,6 +15,6 @@ Then you can run this application by `yarn android` or from Android Studio.

### iOS

To run on iOS first go to `ExternalWorkletsExample/ios` and run `pod install`. This will install pods for Fabric architecture.
To run on iOS first go to `external-worklets-example/ios` and run `pod install`. This will install pods for Fabric architecture.

Then in `ExternalWorkletsExample` run `yarn ios` or run application from Xcode.
Then in `external-worklets-example` run `yarn ios` or run application from Xcode.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MainActivity : ReactActivity() {
* Returns the name of the main component registered from JavaScript. This is used to schedule
* rendering of the component.
*/
override fun getMainComponentName(): String = "FabricExample"
override fun getMainComponentName(): String = "ExternalWorkletsExample"

/**
* Returns the instance of the [ReactActivityDelegate]. We use [DefaultReactActivityDelegate]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">FabricExample</string>
<string name="app_name">ExternalWorkletsExample</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>FabricExample</string>
<string>ExternalWorkletsExample</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
51 changes: 46 additions & 5 deletions apps/external-worklets-example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated (= 3.17.0)
- RNWorklets
- RNReanimated/worklets (= 3.17.0)
- Yoga
- RNReanimated/reanimated (3.17.0):
- DoubleConversion
Expand All @@ -1791,7 +1791,6 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/reanimated/apple (= 3.17.0)
- RNWorklets
- Yoga
- RNReanimated/reanimated/apple (3.17.0):
- DoubleConversion
Expand All @@ -1813,7 +1812,49 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNWorklets
- Yoga
- RNReanimated/worklets (3.17.0):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNReanimated/worklets/apple (= 3.17.0)
- Yoga
- RNReanimated/worklets/apple (3.17.0):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- RNScreens (4.0.0):
- DoubleConversion
Expand Down Expand Up @@ -2278,10 +2319,10 @@ SPEC CHECKSUMS:
RNCPicker: b978067931744f5a7316b48b8dcf145d4d722672
RNFlashList: 6f169ad83e52579b7754cbbcec1b004c27d82c93
RNGestureHandler: fc5ce5bf284640d3af6431c3a5c3bc121e98d045
RNReanimated: e6f2d67c3f14d74a5d933c0bc60b9a5f378550e5
RNReanimated: c03f9fdff5fd382d1833c37fa0e6f64ffd9b8a92
RNScreens: 2fe13c8d610ef2d9d5ace2e7d85b716ec0f5217c
RNSVG: 536cd3c866c878faf72beaba166c8b02fe2b762b
RNWorklets: 7a908d5dd82f535469012e60c4e0c4a6edc75f2d
RNWorklets: 5092e77551ed9d26f8b496c97cbd1d2f8ad80c68
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: db69236006b8b1c6d55ab453390c882306cbf219

Expand Down

0 comments on commit 3560e69

Please sign in to comment.