Skip to content
Merged
Changes from 1 commit
Commits
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
15 changes: 15 additions & 0 deletions react-native-libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -15451,5 +15451,20 @@
"expoGo": true,
"newArchitecture": true,
"fireos": true
},
{
"githubUrl": "https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/npm",
"npmPkg": "react-native-reanimated-skeleton",
"examples": [
"https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/app",
"https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/expo",
"https://github.com/marcuzgabriel/react-native-reanimated-skeleton/tree/main/packages/web"
],
"ios": true,
"android": true,
"web": true,
"windows": true,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @metehandemir, thanks for adding new entry to the directory! 👍

Just one thing, adding out-of-tree platforms support requires providing an example for that platform, see:

I was not able to find react-native-windows usage in the whole monorepo. If there is an example outside it, please update the examples array, if not let's remove windows flag for now, until we have a confirmation.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated it.

"expoGo": true,
"newArchitecture": true
}
]