Commit bd7e899
Support React Native 0.71 (#2313)
## Description
This PR adds support for new architecture on React Native 0.71, which
most notably includes the usage of prefabs in native builds.
It also removes most of the dependencies of `FabricExample` app, so
upgrades in the future should be easier.
Co-authored-by: Kacper Kafara <[email protected]>1 parent bb7c29b commit bd7e899
File tree
90 files changed
+6881
-7426
lines changed- FabricExample
- __tests__
- android
- app
- src
- debug/java/com/fabricexample
- main
- java/com/fabricexample
- newarchitecture
- components
- modules
- jni
- release/java/com/fabricexample
- gradle/wrapper
- ios
- FabricExample.xcodeproj
- FabricExample
- src
- android
- src/main
- java/com/swmansion/gesturehandler/react
- jni
- example
- android
- app
- src
- debug/java/com/example
- main
- java/com/example
- jni
- release/java/com/example
- ios
- Example.xcodeproj
- Example
- src
- basic/bouncing
- recipes
- panAndScroll
- scaleAndRotate
- release_tests
- combo
- fling
- rows
- showcase
- bottomSheet
- swipeable
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
90 files changed
+6881
-7426
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| |||
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
This file was deleted.
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
0 commit comments