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
246b53be
Commit
246b53be
authored
9 years ago
by
Bobby Sudekum
Browse files
Options
Download
Plain Diff
Merge pull request #176 from Otouto/master
adjust RCTMapbox initialization
parents
6ef20a80
94d86681
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
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
index.android.js
+9
-1
index.android.js
with
9 additions
and
1 deletion
+9
-1
index.android.js
+
9
−
1
View file @
246b53be
...
...
@@ -35,7 +35,15 @@ var ReactMapView = requireNativeComponent('RCTMapbox', {
scaleX
:
React
.
PropTypes
.
number
,
translateY
:
React
.
PropTypes
.
number
,
translateX
:
React
.
PropTypes
.
number
,
rotation
:
React
.
PropTypes
.
number
rotation
:
React
.
PropTypes
.
number
,
// Fix for https://github.com/mapbox/react-native-mapbox-gl/issues/175
renderToHardwareTextureAndroid
:
React
.
PropTypes
.
bool
,
onLayout
:
React
.
PropTypes
.
bool
,
accessibilityLiveRegion
:
React
.
PropTypes
.
string
,
accessibilityComponentType
:
React
.
PropTypes
.
string
,
accessibilityLabel
:
React
.
PropTypes
.
string
,
testID
:
React
.
PropTypes
.
string
,
importantForAccessibility
:
React
.
PropTypes
.
string
},
defaultProps
()
{
return
{
...
...
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