Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
1499260
feat: add script target
atlj Dec 18, 2024
5d87d8b
feat: add clean to the script target
atlj Dec 19, 2024
a616c1a
feat: rename script target to custom
atlj Dec 19, 2024
0e41168
feat: add nitro option to cli
atlj Nov 29, 2024
789f79a
fix: don't print using undefined react native version
atlj Nov 29, 2024
cad25f0
feat: add new arch to nitro modules
atlj Nov 29, 2024
06f7984
feat: apply the nitro template
atlj Nov 29, 2024
0efb509
feat: create index and nitro files
atlj Nov 29, 2024
f6484a2
feat: add required stuff to podspec
atlj Nov 29, 2024
80a0f33
feat: add cmakelist
atlj Nov 29, 2024
9fb5b5e
feat: add cpp adapter
atlj Nov 29, 2024
ac53b27
feat: don't add codegen with nitro
atlj Nov 29, 2024
9b8d769
feat: don't add rnccli for nitro
atlj Nov 29, 2024
a6d0f52
feat: add kotlin files
atlj Nov 29, 2024
1929712
feat: add swift code
atlj Nov 29, 2024
8723891
feat: make the necessary changes on build.gradle
atlj Nov 29, 2024
4459982
feat: don't add codegen prebuild when we ship nitro
atlj Nov 29, 2024
7b87e09
feat: add dependencies for nitro
atlj Nov 29, 2024
3229eb2
feat: add nitro to contributing
atlj Nov 29, 2024
79ba42f
feat: make swift vars public
atlj Nov 29, 2024
4c966b2
feat: print nitro docs prompt
atlj Nov 29, 2024
f2f081e
feat: json is the worst format ever
atlj Nov 29, 2024
dba6258
fix: nitro json expects an array
atlj Nov 29, 2024
a353f39
fix: use correct podspec
atlj Nov 29, 2024
6ab7ad8
feat: add nitrogen script
atlj Nov 29, 2024
5136742
fix: type problems
atlj Nov 29, 2024
824c619
fix: remove newline on swift file
atlj Nov 29, 2024
43a074d
fix: use project name for pod name
atlj Nov 29, 2024
0d64a74
fix: make index a tsx file
atlj Nov 29, 2024
b89a74e
fix: redundant podspec file
atlj Nov 29, 2024
0cc4278
fix: use project package cpp for autolinking
atlj Nov 29, 2024
8f6b3a1
fix: pass args to cmake
atlj Nov 29, 2024
8619de7
docs: add installation steps
atlj Nov 29, 2024
7d7f5bc
fix: move the autolinked package file to correct package
atlj Dec 6, 2024
983a0ed
chore: formatting
atlj Dec 6, 2024
47d8fcd
fix: remove unnecessary package json
atlj Dec 6, 2024
fe6a397
fix: better spacing
atlj Dec 6, 2024
bcae200
fix: correct the nitro paths
atlj Dec 6, 2024
5f319f6
chore: add nitro to CI
atlj Dec 6, 2024
15e4ec0
Update packages/create-react-native-library/templates/common/CONTRIBU…
atlj Dec 6, 2024
b89fd91
Update packages/create-react-native-library/src/inform.ts
atlj Dec 6, 2024
e059088
docs: update comment
atlj Dec 16, 2024
0067944
feat: add newline with nitro
atlj Dec 16, 2024
36fffd7
feat: don't mention the nitro docs when user creates a lib
atlj Dec 16, 2024
7cc2ee3
chore: remove unnecessary $ from file names
atlj Dec 16, 2024
c199ec3
feat: explain why nitro modules are needed as a dependency
atlj Dec 16, 2024
8075719
feat: change nitro description
atlj Dec 16, 2024
0ce079e
refactor: remove package_array
atlj Dec 16, 2024
0caf3e1
feat: remove unnecessary comment
atlj Dec 16, 2024
40b8608
refactor: introduce viewConfig and moduleConfig
atlj Dec 16, 2024
1c89f26
add newline in nitro ts
atlj Dec 17, 2024
6084bf5
fix: use the correct cpp path
atlj Dec 17, 2024
46019fc
feat: only ignore jsi libs on nitro modules
atlj Dec 17, 2024
0a8c374
feat: ignore nitrogen
atlj Dec 17, 2024
95ee4d1
feat: add nitrogen custom target
atlj Dec 19, 2024
adb1fc5
feat: generate codegen code on lib ci
atlj Dec 19, 2024
d3ce21f
fix: remove nitrogen step
atlj Dec 19, 2024
55116bf
feat: only fetch the nitro version when the module type is nitro
atlj Dec 19, 2024
66d25f1
feat: make nitro the second option and add an experimental label
atlj Dec 20, 2024
1313c42
feat: remove one doc link from contributing
atlj Dec 20, 2024
704ad91
feat: pin the nitro modules peer dep
atlj Dec 22, 2024
810d5d4
feat: update ios template with the latest version
atlj Dec 23, 2024
74f3182
update the fallback nitro version
atlj Feb 7, 2025
dd0ba45
change a few words in contributing guide
atlj Feb 7, 2025
fc35623
remove the memory size from hybrid objects
atlj Feb 7, 2025
3411f2c
don't strip the nitro module code when proguard is enabled
atlj Feb 7, 2025
ba17214
fix linting issues
atlj Feb 7, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: ignore nitrogen
  • Loading branch information
atlj committed Feb 7, 2025
commit 0a8c374e51139f7ce5ca3f9929ab11077143451f
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ lib/
# React Native Codegen
ios/generated
android/generated

# React Native Nitro Modules
nitrogen/