Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Mobile
react-native-thinknet-mapbox-gl
Commits
70febaee
Commit
70febaee
authored
9 years ago
by
Brent Vatne
Browse files
Options
Download
Patches
Plain Diff
Access requireNativeComponent through public module interface
parent
1d7f2afe
master
5.2.0
devPinyo
develop
jtm
testMapbox
5.2.2
5.2.1
5.2.0
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0.2
5.1.0.1
5.1.0
5.0.0
4.1.1
4.1.0
4.0.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.1.0
1.0.0
0.4.2
0.4.1
0.4.0
0.3.0
testMapbox4.1.5
testMapbox4.1.4
jtm1.2.0
jtm1.1.0
jtm1.0.0
Dragable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RCTMapboxGL.ios.js
+1
-2
RCTMapboxGL.ios.js
with
1 addition
and
2 deletions
+1
-2
RCTMapboxGL.ios.js
+
1
−
2
View file @
70febaee
'
use strict
'
;
var
React
=
require
(
'
react-native
'
);
var
requireNativeComponent
=
require
(
'
requireNativeComponent
'
);
var
{
NativeModules
}
=
React
;
var
{
NativeModules
,
requireNativeComponent
,
}
=
React
;
var
MapMixins
=
{
setDirectionAnimated
(
mapRef
,
heading
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets