[
  {
    "path": "README.md",
    "content": "## react-native-webgl is deprecated\n\nSince [react-native-unimodules](https://github.com/unimodules/react-native-unimodules) was introduced we can now use Expo modules like `expo-gl` which is where the webgl implementation has been continued and is actively maintained.\n\nWe therefore recommend you now move to use [expo-gl](https://github.com/expo/expo/tree/master/packages/expo-gl#expo-gl):\n\n**You will need a react-native-unimodules setup**\n\n```\nyarn add react-native-unimodules\n```\n\nIf it's the first time you install `react-native-unimodules`, you will have to carefully follow the documentation to configure your project:\n[configure unimodules](https://github.com/unimodules/react-native-unimodules) (if not yet done)\n\n**You can then install expo-gl dependencies:**\n\n```\nyarn add expo-gl expo-gl-cpp\n```\n\n### If you use `gl-react-native`\n\nUpgrade to latest version of `gl-react-native` that now depends on `expo-gl` and `expo-gl-cpp` (you don't need to install it, it also won't depend on this package anymore).\n"
  }
]