
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
A drawing library for React Native using Expo. This library provides an easy-to-use drawing canvas with customizable features.
A drawing library for React Native using Expo. This library provides an easy-to-use drawing canvas with customizable features.
⚠️ Warning: react-native-drawing is sill in development, that's why some details are unavailable right now:
To install the library, you must be in the root of your working project
npx expo install react-native-webview
npx expo install react-native-drawing
For detailed API documentation, visit API Reference.
To test the project locally, follow these steps:
Navigate to the root of an expo project
Clone the library and install dependencies
npx expo install react-native-webview
git clone https://github.com/rykycastilla/react-native-drawing.git
cd react-native-drawing
npm install
./.env.json. This allows access through app container to the drawing web core server (necessary for development). By default it is localhost.{
...
"WEB_CORE_DEV_IP": <your-public-ip>
}
npm run dev
Now, you can start Expo dev server in another shell to test the library in development
To test production mode, you must run npm run build to compile. This allow you to use the library without the drawing core server as a production preview
⚠️ Warning: When you are using development mode, refer to the library with
import {} from '<react-native-drawing-path>/lib/src'
And when you are using production preview use
import {} from '<react-native-drawing-path>'
Remember this, Development mode has debugging capabilites enabled, such as javascript inspection with Browser DevTools and changes are applied without recompiling the entire project every time
This library has been tested with Expo SDK 51 and 52.
FAQs
A drawing library for React Native using Expo. This library provides an easy-to-use drawing canvas with customizable features.
We found that ryky-x demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.