Skip to content

Commit

Permalink
Move Geolocation JS code to FB internal
Browse files Browse the repository at this point in the history
Summary: This removes the JS parts of Geolocation from React Native open source.

Reviewed By: yungsters

Differential Revision: D14693179

fbshipit-source-id: 1da5b7ec0e3e9d21d2019b7ee43e5f85661795b4
  • Loading branch information
cpojer authored and facebook-github-bot committed Apr 1, 2019
1 parent 1b51cd4 commit 9834c58
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 371 deletions.
182 changes: 0 additions & 182 deletions Libraries/Geolocation/Geolocation.js

This file was deleted.

102 changes: 0 additions & 102 deletions Libraries/Geolocation/__tests__/Geolocation-test.js

This file was deleted.

78 changes: 0 additions & 78 deletions RNTester/js/GeolocationExample.js

This file was deleted.

4 changes: 0 additions & 4 deletions RNTester/js/RNTesterList.android.js
Expand Up @@ -156,10 +156,6 @@ const APIExamples: Array<RNTesterExample> = [
key: 'Dimensions',
module: require('./DimensionsExample'),
},
{
key: 'GeolocationExample',
module: require('./GeolocationExample'),
},
{
key: 'ImageEditingExample',
module: require('./ImageEditingExample'),
Expand Down
5 changes: 0 additions & 5 deletions RNTester/js/RNTesterList.ios.js
Expand Up @@ -231,11 +231,6 @@ const APIExamples: Array<RNTesterExample> = [
module: require('./DimensionsExample'),
supportsTVOS: true,
},
{
key: 'GeolocationExample',
module: require('./GeolocationExample'),
supportsTVOS: false,
},
{
key: 'ImageEditingExample',
module: require('./ImageEditingExample'),
Expand Down

0 comments on commit 9834c58

Please sign in to comment.