Commit 70febaee authored by Brent Vatne's avatar Brent Vatne
Browse files

Access requireNativeComponent through public module interface

Showing with 1 addition and 2 deletions
+1 -2
'use strict';
var React = require('react-native');
var requireNativeComponent = require('requireNativeComponent');
var { NativeModules } = React;
var { NativeModules, requireNativeComponent, } = React;
var MapMixins = {
setDirectionAnimated(mapRef, heading) {
......
Supports Markdown
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