janicduplessis / react-native-worklets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-worklets

Worklet runner for React Native.

const worklet = () => {
  'worklet'
  return Math.random()
}

Installation

  1. Install the library from npm:
    yarn add react-native-worklets
  2. Add the babel plugin to your babel.config.js:
    module.exports = {
      plugins: [
        ["react-native-worklets/plugin"],
        // ...
      ],
      // ...
    };
  3. Restart Metro with clean cache:
    yarn start --reset-cache

Usage

See USAGE.md

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

Credits

  • Credits go to Software Mansion for introducing the concept of Worklets in Reanimated v2. This library is inspired by Reanimated v2 with a few structural changes to the Worklets architecture to make it more flexible for different use-cases.

About

License:MIT License


Languages

Language:C++ 58.1%Language:TypeScript 17.7%Language:JavaScript 14.2%Language:Java 4.8%Language:Ruby 1.8%Language:Objective-C++ 1.3%Language:Objective-C 1.1%Language:CMake 0.9%