
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
rescript-nativebase
Advanced tools
⚠️ Don't fork this repository. Use the "Use this template" green GitHub button.
Put your bindings in src/RescriptNativeBase & rename accordingly or use
bsconfig.json "namespace" field (more on this below),
Update all occurences of
@rescript-react-native/__template__https://github.com/rescript-react-native/__template____template__react-native-XXXXXXXXXXhttps://github.com/OWNER/react-native-XXXXXXXXXXRescriptNativeBase. If you have more than a file exposed, you should
consider using ReScript custom namespace by adjusting bsconfig.json
and adding a "namespace": "react-native-something" (note that it will be
converted to RescriptNativeBase)Add your react-native-XXXXXXXXXX (adjusted) in peerDependencies
& devDependencies section
Adjust the changelog (and/or clean it)
Remove this part ⬆ & keep everything below ⬇
@rescript-react-native/__template__ReScript bindings for
react-native-XXXXXXXXXX.
Exposed as RescriptNativeBase module.
@rescript-react-native/__template__ X.y.* means it's compatible with
react-native-XXXXXXXXXX X.y.*
When
react-native-XXXXXXXXXX
is properly installed & configured by following their installation instructions,
you can install the bindings:
npm install @rescript-react-native/__template__
# or
yarn add @rescript-react-native/__template__
@rescript-react-native/__template__ should be added to bs-dependencies in your
bsconfig.json:
{
//...
"bs-dependencies": [
"@rescript/react",
"rescript-react-native",
// ...
+ "@rescript-react-native/__template__"
],
//...
}
RescriptNativeBase.t...
RescriptNativeBase.method...
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 NativeBase
The npm package rescript-nativebase receives a total of 0 weekly downloads. As such, rescript-nativebase popularity was classified as not popular.
We found that rescript-nativebase 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.