Commit 91437ff
authored
React Native 0.75 upgrade (#57)
* add yalc to gitignore
* add nitro-modules deps
* add nitro.json
* implement nitro spec and restructure
* fix: nitro.json
* rename nitro spec interface
* first (partial) nitrogen specs
* full nitrogen specs (with string instead of any)
* more nitrogen files
* update nitrogen files
* fix: naming clash
* remove generic parameter
* add nitro-modules dep to example
* chore: update ruby and gems
* update example Podfile
* fix: XCode 12 error
* use extra SelectQueryResult HybridObject
* fix: ios build
* implement first native hybrid function
* upgrade to RN 0.75.2
* disable typeORM stuff
* upgrade JDK version and gradle settings
* migrate codebase to RN0.75.2
* remove yarn version dependency
* update pods
* fix: TurboModule import
* add more scripts
* load nitrogen in podspec
* add Onload
* move specs
* remove rn @types
* fix lint
* rename podspec
* fix: ts
* fix: ts
* remove unnecessary JSI files
* fix: CPP headers not found
* fix: onload and spec initialization
* update specs
* rename delete function
* fix: OnLoad and use generated specs
* update generated files
* rename internal delete function to drop to avoid keyword clash
* update specs
* fix: specs
* udpate specs
* implement nitro functions
* update specs
* update specs
* fix: wrong type
* updat ecpp
* update specs
* update specs
* new implementation
* update Podfile
* further implement nitro module
* update specs
* fix: inherit from abstract class
* fix: make iOS build
* fix: deps
* update specs
* update nitrogen files
* rename type in C++
* disable tests temporarily
* update specs
* restructure
* update spec
* fix: ios build
* update specs
* change ColumnMetadata to TableMetadata
* add format-cpp script
* re-structure JS code
* fix: tests
* update specs
* fix: simplify cpp and add ColumnMetadata hybrid object
* add clang format script
* simplify spec
* fix: spec update
* restructure types
* fix: missing return statement
* enable new arch
* fix: tests
* update rn safe area context lib
* update nitro
* add comment on how to get startup function in cpp
* add default hybrid object constructors
* fix: HybridObject default constructor
* fix: import
* update nitro
* add nitro autolinking
* re-structure javascript files
* fix: cpp
* fix: ios
* fix: bootup
* add clang-format config
* cpp format
* restructure cpp code
* update specs
* update spec
* update cpp
* fix: cpp
* improve exception handling
* rename
* rename types
* fix: cpp
* fix: user table type
* finish iOS
* remove console.log
* revert nitro changes
* fix: ios
* remove nitro changes
* update pods and gems
* rever nitro cpp changes
* remove ios files
* remove nitro files
* remove types1 parent 99f34eb commit 91437ff
File tree
28 files changed
+8075
-3436
lines changed- android
- .settings
- example
- android
- ios
- QuickSQLiteExample.xcodeproj
- QuickSQLiteExample
- scripts
28 files changed
+8075
-3436
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 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
17 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
0 commit comments