
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@reason-react-native/paper
Advanced tools
@reason-react-native/paperReScript / Reason bindings for
react-native-paper.
Exposed as Paper module.
@reason-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 @reason-react-native/paper
# or
yarn add @reason-react-native/paper
@reason-react-native/paper should be added to bs-dependencies in your
bsconfig.json:
{
//...
"bs-dependencies": [
"reason-react",
"reason-react-native",
// ...
+ "@reason-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 @reason-react-native/paper receives a total of 0 weekly downloads. As such, @reason-react-native/paper popularity was classified as not popular.
We found that @reason-react-native/paper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.