Commit b9e8b1b
authored
## Description
This PR cherry-pick #3607 into `next` branch. It also adds necessary `target_compile_reactnative_options` function to `CMakeLists`.
>[!CAUTION]
> There are to problems in the example app:
> 1. Right now `metro` server does not start. This is due to wrong import and this change will be also cherry-picked from `main`.
> 2. `NativeDetector` crashes on `Reanimated`. However, this should not be related to these changes and I'll investigate it in a follow-up.
## Test plan
Check that `basic-example` builds on both, `iOS` and `android`
1 parent 48448dc commit b9e8b1b
13 files changed
Lines changed: 2434 additions & 1906 deletions
File tree
- apps
- basic-example
- android
- gradle/wrapper
- ios
- macos-example/macos
- packages/react-native-gesture-handler
- android
- src/main/jni
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments