Skip to content

Commit 9834c58

Browse files
cpojerfacebook-github-bot
authored andcommitted
Move Geolocation JS code to FB internal
Summary: This removes the JS parts of Geolocation from React Native open source. Reviewed By: yungsters Differential Revision: D14693179 fbshipit-source-id: 1da5b7ec0e3e9d21d2019b7ee43e5f85661795b4
1 parent 1b51cd4 commit 9834c58

File tree

5 files changed

+0
-371
lines changed

5 files changed

+0
-371
lines changed

Libraries/Geolocation/Geolocation.js

-182
This file was deleted.

Libraries/Geolocation/__tests__/Geolocation-test.js

-102
This file was deleted.

RNTester/js/GeolocationExample.js

-78
This file was deleted.

RNTester/js/RNTesterList.android.js

-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ const APIExamples: Array<RNTesterExample> = [
156156
key: 'Dimensions',
157157
module: require('./DimensionsExample'),
158158
},
159-
{
160-
key: 'GeolocationExample',
161-
module: require('./GeolocationExample'),
162-
},
163159
{
164160
key: 'ImageEditingExample',
165161
module: require('./ImageEditingExample'),

RNTester/js/RNTesterList.ios.js

-5
Original file line numberDiff line numberDiff line change
@@ -231,11 +231,6 @@ const APIExamples: Array<RNTesterExample> = [
231231
module: require('./DimensionsExample'),
232232
supportsTVOS: true,
233233
},
234-
{
235-
key: 'GeolocationExample',
236-
module: require('./GeolocationExample'),
237-
supportsTVOS: false,
238-
},
239234
{
240235
key: 'ImageEditingExample',
241236
module: require('./ImageEditingExample'),

0 commit comments

Comments
 (0)