Skip to content

Commit

Permalink
Removed Profiling API namespace. (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut authored May 16, 2017
1 parent a61978b commit b6e92cd
Show file tree
Hide file tree
Showing 16 changed files with 1 addition and 5,495 deletions.
2 changes: 0 additions & 2 deletions docs/_data/nav_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
title: Platform
- id: apis/popup
title: Popup
- id: apis/profiling
title: Profiling
- id: apis/statusbar
title: StatusBar
- id: apis/storage
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/apis/popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Popup
layout: docs
category: Interfaces
permalink: docs/apis/popup.html
next: apis/profiling
next: apis/statusbar
---

A popup is not technically a component. Rather, it's a collection of methods on the ReactXP.App namespace that allow the app to display a view that overlays a portion of the screen. Popups can be "anchored" to mounted components and follow them as they move around the screen (e.g. in reaction to scroll events).
Expand Down
30 changes: 0 additions & 30 deletions docs/docs/apis/profiling.md

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
},
"peerDependencies": {
"react": "^15.4.1",
"react-addons-perf": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.4.1",
"react-native": "^0.42.0",
"react-native-windows": "^0.33.0"
Expand Down
2 changes: 0 additions & 2 deletions samples/hello-resub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
},
"dependencies": {
"react": "15.5.3",
"react-addons-perf": "15.5.0-rc.2",
"react-addons-test-utils": "15.5.1",
"react-dom": "15.5.3",
"react-native": "0.42.3",
"react-native-windows": "^0.33.0",
Expand Down
Loading

0 comments on commit b6e92cd

Please sign in to comment.