
Security News
/Research
Popular node-ipc npm Package Infected with Credential Stealer
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.
@rescript-react-native/paper
Advanced tools
@rescript-react-native/paperReScript bindings for
react-native-paper.
Exposed as Paper module.
@rescript-react-native/paper X.y.* means it's compatible with
react-native-paper X.y.*
⚠️ Work in progress. These bindings are used successfully in several apps, but are not complete yet and still subject to change.
When react-native-paper
is properly installed & configured by following their installation instructions,
you can install the bindings:
npm install @rescript-react-native/paper
# or
yarn add @rescript-react-native/paper
@rescript-react-native/paper should be added to bs-dependencies in your
bsconfig.json:
{
//...
"bs-dependencies": [
"@rescript/react",
"rescript-react-native",
// ...
+ "@rescript-react-native/paper"
],
//...
}
[@react.component]
let make = () => {
let (visible, setVisible) = React.useState(() => false);
<Paper.Portal>
<Paper.Dialog visible onDismiss={_ => setVisible(_ => false)}>
<Paper.Dialog.Title>
"Title"->React.string
</Paper.Dialog.Title>
<Paper.Dialog.Description>
"Description"->React.string
</Paper.Dialog.Description>
</Paper.Dialog>
</Paper.Portal>
};
Check the changelog for more informations about recent releases.
Read the contribution guidelines before contributing.
We want this community to be friendly and respectful to each other. Please read our full code of conduct so that you can understand what actions will and will not be tolerated.
FAQs
ReScript bindings for react-native-paper.
The npm package @rescript-react-native/paper receives a total of 2 weekly downloads. As such, @rescript-react-native/paper popularity was classified as not popular.
We found that @rescript-react-native/paper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
/Research
Socket detected malicious node-ipc versions with obfuscated stealer/backdoor behavior in a developing npm supply chain attack.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.