Skip to content

Commit

Permalink
Add Nitro Modules (and nitrogen) (#1397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Dec 18, 2024
1 parent dea633a commit fab5eb4
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -13133,5 +13133,39 @@
"web": true,
"expoGo": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/mrousavy/nitro/tree/main/packages/react-native-nitro-modules",
"npmPkg": "react-native-nitro-modules",
"examples": [
"https://github.com/mrousavy/nitro/tree/main/example"
],
"images": [
"https://github.com/mrousavy/nitro/blob/main/docs/static/img/social-card.png?raw=true"
],
"ios": true,
"android": true,
"tvos": true,
"macos": true,
"visionos": true,
"dev": true,
"newArchitecture": true
},
{
"githubUrl": "https://github.com/mrousavy/nitro/tree/main/packages/nitrogen",
"npmPkg": "nitro-codegen",
"examples": [
"https://github.com/mrousavy/nitro/tree/main/example"
],
"images": [
"https://github.com/mrousavy/nitro/blob/main/docs/static/img/social-card.png?raw=true"
],
"ios": true,
"android": true,
"tvos": true,
"macos": true,
"visionos": true,
"dev": true,
"newArchitecture": true
}
]

0 comments on commit fab5eb4

Please sign in to comment.