Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
3dfaa1c
feat(storage): move to turbomodules
russellwheatley Jul 2, 2025
9d896d2
chore: convert to TS
russellwheatley Jul 2, 2025
b80b1a7
format
russellwheatley Jul 2, 2025
1431fbf
chore: ignore some things for now
russellwheatley Jul 2, 2025
cff1c5f
chore: update package.json main & types
russellwheatley Jul 2, 2025
abd0073
init with bob builder
russellwheatley Jul 2, 2025
9f30fa8
yarn.lock
russellwheatley Jul 2, 2025
18c0fdf
chore: rm rootDir from tsconfig.json
russellwheatley Jul 2, 2025
800bf1a
test: import as type for tests
russellwheatley Jul 2, 2025
1962777
chore: fix types
russellwheatley Jul 2, 2025
4dd309f
update types
russellwheatley Jul 2, 2025
193aa9b
rm type test
russellwheatley Jul 2, 2025
a49cf27
chore: fix path of type definitions
russellwheatley Jul 2, 2025
6b52129
chore: moving functions to TS
russellwheatley Jul 2, 2025
1214b3e
fix: imports
russellwheatley Jul 3, 2025
34138fa
fix some types
russellwheatley Jul 3, 2025
6802209
update types
russellwheatley Jul 3, 2025
a1cd58a
port over remaining types and delete js files
russellwheatley Jul 3, 2025
bd27a05
remove functions declaration
russellwheatley Jul 3, 2025
3b645b1
chore: create spec for turbomodules
russellwheatley Jul 3, 2025
909b963
rename spec
russellwheatley Jul 3, 2025
98f387c
rm old version of cli
russellwheatley Jul 7, 2025
7bad518
fix: need react-native as dependency for codegen to work
russellwheatley Jul 7, 2025
3ba3a76
update scripts for generating code
russellwheatley Jul 7, 2025
d3ca750
generated code for android & ios
russellwheatley Jul 7, 2025
7eda482
update podspec & config file as per RN docs
russellwheatley Jul 7, 2025
e714ad8
rm generated code
russellwheatley Jul 7, 2025
9f17910
rename to Native prefix otherwise ignored by codegen
russellwheatley Jul 7, 2025
d8ffb33
updated generic types for spec
russellwheatley Jul 7, 2025
4bd4607
latest generated code based on updated spec
russellwheatley Jul 7, 2025
90bbbed
update naming of generated code
russellwheatley Jul 7, 2025
938d1c3
update RNFB functions module
russellwheatley Jul 7, 2025
d4b2541
make file `.mm` & update podspec for functions
russellwheatley Jul 8, 2025
fba772e
podfile.lock
russellwheatley Jul 8, 2025
88eeda8
Merge branch 'main' into functions-turbo
russellwheatley Jul 8, 2025
3218d4d
yarn.lock
russellwheatley Jul 8, 2025
30f5d35
chore: update version
russellwheatley Jul 8, 2025
cdfee94
chore: reverse order of prepare script
russellwheatley Jul 8, 2025
a04eb09
feat(android): make NativeFunctionsModule compatible with existing code
russellwheatley Jul 8, 2025
1ca5cbb
update path
russellwheatley Jul 9, 2025
1ca1da2
move modular/namespaced to same directory to fix TS
russellwheatley Jul 9, 2025
f4014d0
exclude jni from compilation
russellwheatley Jul 9, 2025
459f936
fix: retreive if turbomodule
russellwheatley Jul 16, 2025
471b285
fix: rename native module name
russellwheatley Jul 16, 2025
1bb2088
setup example app
russellwheatley Jul 16, 2025
72ce7a7
update functions spec
russellwheatley Jul 16, 2025
468cdce
regenerated code with args
russellwheatley Jul 16, 2025
6884aee
update android code handling
russellwheatley Jul 16, 2025
65a9dd4
fix: iOS turbomodules implementation
russellwheatley Jul 17, 2025
9b64eac
chore: regenerate code
russellwheatley Jul 17, 2025
b966ffe
attempt at fixing iOS issue
russellwheatley Jul 17, 2025
e75a23f
Merge branch 'main' into functions-turbo
russellwheatley Jul 17, 2025
c01d1ed
yarn.lock
russellwheatley Jul 17, 2025
e657017
podlock
russellwheatley Jul 17, 2025
0b9a679
fix: ios
russellwheatley Jul 17, 2025
771e7cb
fix: ios correct types
russellwheatley Jul 17, 2025
831f2fb
chore: config for turbomodules
russellwheatley Jul 18, 2025
2500468
fix: ios implementation
russellwheatley Jul 18, 2025
3012669
chore: move types
russellwheatley Jul 18, 2025
5751dee
chore: move types back
russellwheatley Jul 18, 2025
184450e
chore: fix lint
russellwheatley Jul 18, 2025
c6a1182
fix: use get for TurboModules
russellwheatley Jul 18, 2025
3a2d634
fix: move back types
russellwheatley Jul 18, 2025
434393e
chore: remove unused js file
russellwheatley Jul 18, 2025
a661db6
chore: finally fix types
russellwheatley Jul 18, 2025
4b8c892
update to typescript
russellwheatley Jul 18, 2025
b8b969d
try updating tsconfig.json
russellwheatley Jul 18, 2025
3380bc9
fix(ios): pass nsnull if no data
russellwheatley Jul 21, 2025
9437462
chore: make var for allArgs, easier to debug
russellwheatley Jul 21, 2025
50bda8a
chore: remove unneeded package
russellwheatley Jul 22, 2025
44c9206
chore: make note about podspec updates
russellwheatley Jul 22, 2025
bcc522f
chore: update android code
russellwheatley Jul 22, 2025
fe6816b
chore: reinsert code comments
russellwheatley Jul 22, 2025
b8c7db7
chore: remove todo
russellwheatley Jul 22, 2025
67cce20
chore: typing improvement
russellwheatley Jul 22, 2025
c8b2683
chore: types
russellwheatley Jul 22, 2025
cf18e11
chore: improve details typing
russellwheatley Jul 22, 2025
699c96b
chore: we now expose everything via index (now modular)
russellwheatley Jul 22, 2025
3bf85d8
chore: improve web typing
russellwheatley Jul 22, 2025
c83c945
yarn.lock
russellwheatley Jul 22, 2025
ba19d1b
fix: allow details to be null
russellwheatley Jul 22, 2025
File filter

Filter by extension

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
chore: fix path of type definitions
  • Loading branch information
russellwheatley committed Jul 2, 2025
commit a49cf2713d7a2ec0a56bdaf53cf5d245fc019941
4 changes: 2 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
".": {
"source": "./lib/modular/index.ts",
"import": {
"types": "./dist/typescript/module/lib/modular/index.d.ts",
"types": "./dist/typescript/module/functions/lib/modular/index.d.ts",
"default": "./dist/module/index.js"
},
"require": {
"types": "./dist/typescript/commonjs/lib/modular/index.d.ts",
"types": "./dist/typescript/commonjs/functions/lib/modular/index.d.ts",
"default": "./dist/commonjs/index.js"
}
},
Expand Down