Skip to content

Commit

Permalink
Move iOS Maps out of the GitHub repo to internal fb codebase
Browse files Browse the repository at this point in the history
Summary:
MapView has been deprecated in open source for a while: http://facebook.github.io/react-native/docs/mapview.html
We still want to use it internally. Moving it away from the GitHub folder.

Reviewed By: mmmulani

Differential Revision: D4646199

fbshipit-source-id: f469971e448dbca12afe141b43fa8a2518c7d467
  • Loading branch information
Martin Konicek authored and facebook-github-bot committed Mar 8, 2017
1 parent adf650d commit 48f30ec
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 2,017 deletions.
473 changes: 0 additions & 473 deletions Examples/UIExplorer/js/MapViewExample.js

This file was deleted.

5 changes: 0 additions & 5 deletions Examples/UIExplorer/js/UIExplorerList.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,6 @@ const ComponentExamples: Array<UIExplorerExample> = [
module: require('./ListViewPagingExample'),
supportsTVOS: true,
},
{
key: 'MapViewExample',
module: require('./MapViewExample'),
supportsTVOS: true,
},
{
key: 'ModalExample',
module: require('./ModalExample'),
Expand Down
Loading

0 comments on commit 48f30ec

Please sign in to comment.