mirror of
https://github.com/status-im/react-native-mapbox-gl.git
synced 2026-08-31 13:01:15 +00:00
Backport Android events
This commit is contained in:
@@ -29,14 +29,12 @@ import javax.annotation.Nullable;
|
||||
public class ReactNativeMapboxGLManager extends SimpleViewManager<ReactNativeMapboxGLView> {
|
||||
|
||||
private static final String REACT_CLASS = "RCTMapboxGL";
|
||||
private static String APPLICATION_ID;
|
||||
|
||||
private ReactApplicationContext _context;
|
||||
|
||||
public ReactNativeMapboxGLManager(ReactApplicationContext context) {
|
||||
super();
|
||||
_context = context;
|
||||
APPLICATION_ID = context.getPackageName();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user