This is a playground
to test code. It runs a full Node.js
environment and already has all of npm
’s 1,000,000+ packages pre-installed, including react-native-reanimated
with all npm
packages installed. Try it out:
require("@babel/core/package.json"); // @babel/core is a peer dependency.
require("@babel/plugin-proposal-nullish-coalescing-operator/package.json"); // @babel/plugin-proposal-nullish-coalescing-operator is a peer dependency.
require("@babel/plugin-proposal-optional-chaining/package.json"); // @babel/plugin-proposal-optional-chaining is a peer dependency.
require("@babel/plugin-transform-arrow-functions/package.json"); // @babel/plugin-transform-arrow-functions is a peer dependency.
require("@babel/plugin-transform-shorthand-properties/package.json"); // @babel/plugin-transform-shorthand-properties is a peer dependency.
require("@babel/plugin-transform-template-literals/package.json"); // @babel/plugin-transform-template-literals is a peer dependency.
require("react/package.json"); // react is a peer dependency.
require("react-native/package.json"); // react-native is a peer dependency.
var reactNativeReanimated = require("react-native-reanimated")
This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.