Commit 10d3dce5 authored by Gaëtan Renaudeau's avatar Gaëtan Renaudeau Committed by GitHub

Merge pull request #194 from southerton81/master

Added @ReactModule annotation for react-native 0.58
parents 83f1d776 2d5891e1
......@@ -10,10 +10,12 @@ import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import com.facebook.react.bridge.ReadableMap;
import com.facebook.react.bridge.WritableMap;
import com.facebook.react.module.annotations.ReactModule;
import java.util.HashMap;
import java.util.Map;
@ReactModule(name = "RNGLContext")
public class RNGLContext extends ReactContextBaseJavaModule {
private static String STATIC_VERT =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment