
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
react-native-bare-kit
Advanced tools
https://github.com/holepunchto/bare-kit for React Native.
npm i react-native-bare-kit
[!IMPORTANT] You may experience problems using the library on an emulated Android device under QEMU due to https://github.com/holepunchto/libjs/issues/4. If you encounter crashes, try running your app on a real Android device instead.
import { Worklet } from 'react-native-bare-kit'
const worklet = new Worklet()
const source = `\
const { IPC } = BareKit
IPC.setEncoding('utf8')
IPC.on('data', (data) => console.log(data))
IPC.write('Hello from Bare!')
`
worklet.start('/app.js', source)
const { IPC } = worklet
IPC.setEncoding('utf8')
IPC.on('data', (data) => console.log(data))
IPC.write('Hello from React Native!')
Refer to https://github.com/holepunchto/bare-expo for an example of using the library in an Expo application.
The console.*
logging APIs used in the worklet write to the system log using https://github.com/holepunchto/liblog with the bare
identifier. Refer to https://github.com/holepunchto/liblog#consuming-logs for instructions on how to consume the logs.
Apache-2.0
FAQs
Bare Kit for React Native
The npm package react-native-bare-kit receives a total of 420 weekly downloads. As such, react-native-bare-kit popularity was classified as not popular.
We found that react-native-bare-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.