Commit 66c1880
React Native Turbo/Fabric migration (#88)
* feat: init fabric view + full new architecture support
* chore: bump builder-bob to `v0.36.x`
* fix: android build failure
* fix: android fontColor crash
* chore: cleanup tsconfig copy
* chore: fix lint errors on App.tsx
* refactor: introduce `eventType` to properly handle onChange event types
* fix: iOS `addPath` command crashing app and add local images
* chore: update tsc npm command to not emit
* fix: cleanup unused RNSketchCanvasManager file
* chore: update workflow to yarn3
* chore: fix lint errors
* chore: fix typescript workflow
* chore: bump to RN v0.76.7
* chore: fix prepare build workflow
* fix: iOS view cleanup not properly working
* chore: cleanup unnecessary logs and variables
* chore: bump ios pod to RN 0.76.7
* chore: migrate publish workflow to yarn3
* chore: go back npm
* chore: fix missing `typescript` npm command
* feat: disable codegenConfig `includesGeneratedCode` flag
* chore: remove "codegen" target from builder-bob
* fix: iOS not exporting view properties
* fix: fabric recycled view referencing stale values
* fix: iOS not sending base64 event
* docs: update README and add `getBase64` to types
* fix: sketch canvas constants not working
* chore: add types to package.json
* test: properly mock turbo module and add instructions to README
* fix: iOS props not applied if same view is unmounted and remounted
* chore: remove .env.local
* chore: newline
* chore: newline
---------
Co-authored-by: Connor Tumbleson <connor@sourcetoad.com>1 parent 5605d93 commit 66c1880
File tree
128 files changed
+15665
-27298
lines changed- android
- src/main
- java/com
- sourcetoad/reactnativesketchcanvas
- event
- terrylinla/rnsketchcanvas
- example
- __tests__
- android
- app
- src
- debug
- main
- assets/fonts
- java/sourcetoad/reactnativesketchcanvas/example
- res
- drawable
- values
- release/java/com/example
- gradle/wrapper
- ios
- Images
- ReactNativeSketchCanvasExample.xcodeproj
- ReactNativeSketchCanvasExample.xcworkspace
- ReactNativeSketchCanvasExampleTests
- ReactNativeSketchCanvasExample
- Images.xcassets
- AppIcon.appiconset
- bigimage.imageset
- bulb.imageset
- hdimage.imageset
- testimage.imageset
- whale.imageset
- src
- ios
- RNSketchCanvas
- RNSketchCanvas.xcodeproj
- RNSketchCanvas
- SketchCanvas
- src
- __tests__
- setup
- specs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
128 files changed
+15665
-27298
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | 57 | | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
65 | 72 | | |
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
17 | 43 | | |
| 44 | + | |
0 commit comments