Skip to content

Commit ec94e76

Browse files
Update docs from maps rnmapbox/maps@720ac0f
1 parent f4cabb9 commit ec94e76

File tree

43 files changed

+911
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+911
-0
lines changed

example-app/_expo/static/js/web/AppEntry-06a3beb2998311041ab2c8ffecabecab.js

+873
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
7.92 KB
12.3 KB
7.92 KB
12.3 KB
Binary file not shown.

example-app/index.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
7+
<title>RNMapboxGLExample</title>
8+
<!-- The `react-native-web` recommended style reset: https://necolas.github.io/react-native-web/docs/setup/#root-element -->
9+
<style id="expo-reset">
10+
/* These styles make the body full-height */
11+
html,
12+
body {
13+
height: 100%;
14+
}
15+
/* These styles disable body scrolling if you are using <ScrollView> */
16+
body {
17+
overflow: hidden;
18+
}
19+
/* These styles make the root element full-height */
20+
#root {
21+
display: flex;
22+
height: 100%;
23+
flex: 1;
24+
}
25+
</style>
26+
</head>
27+
28+
<body>
29+
<!-- Use static rendering with Expo Router to support running without JavaScript. -->
30+
<noscript>
31+
You need to enable JavaScript to run this app.
32+
</noscript>
33+
<!-- The root element for your Expo app. -->
34+
<div id="root"></div>
35+
<script src="/example-app/_expo/static/js/web/AppEntry-06a3beb2998311041ab2c8ffecabecab.js" defer></script>
36+
</body>
37+
</html>

example-app/metadata.json

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"version":0,"bundler":"metro","fileMetadata":{}}

0 commit comments

Comments
 (0)