New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expo-gl-cpp

Package Overview
Dependencies
Maintainers
19
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-gl-cpp - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0-rc.0

android/dist/arm64-v8a/libexpo-gl.so

4

package.json
{
"name": "expo-gl-cpp",
"version": "4.0.0",
"version": "5.0.0-rc.0",
"description": "C++ bindings for WebGL 2.0 used in Expo GL module",

@@ -27,3 +27,3 @@ "main": "index.js",

"homepage": "https://docs.expo.io/versions/latest/sdk/gl-view/",
"gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
"gitHead": "211a7a3ce4007e7aa10ccf6efac4b5333ec31d0a"
}

@@ -14,3 +14,3 @@ # expo-gl-cpp

For bare React Native projects, you must ensure that you have [installed and configured the `@unimodules/core` package](https://github.com/unimodules/core) before continuing.
For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/unimodules/react-native-unimodules) before continuing.

@@ -27,24 +27,10 @@ ### Add the package to your npm dependencies

Add the dependency to your `Podfile` and then run `pod install`.
Run `pod install` in the ios directory after installing the npm package.
```ruby
pod 'EXGL-CPP', path: '../node_modules/expo-gl-cpp/cpp'
```
### Configure for Android
1. Append the following lines to `android/settings.gradle`:
No additional set up necessary.
```gradle
include ':expo-gl-cpp'
project(':expo-gl-cpp').projectDir = new File(rootProject.projectDir, '../node_modules/expo-gl-cpp/android')
```
2. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
```gradle
api project(':expo-gl-cpp')
```
# Contributing
Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc