Skip to content

Commit b6e92cd

Browse files
authored
Removed Profiling API namespace. (#96)
1 parent a61978b commit b6e92cd

File tree

16 files changed

+1
-5495
lines changed

16 files changed

+1
-5495
lines changed

docs/_data/nav_docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
title: Platform
7171
- id: apis/popup
7272
title: Popup
73-
- id: apis/profiling
74-
title: Profiling
7573
- id: apis/statusbar
7674
title: StatusBar
7775
- id: apis/storage

docs/docs/apis/popup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Popup
44
layout: docs
55
category: Interfaces
66
permalink: docs/apis/popup.html
7-
next: apis/profiling
7+
next: apis/statusbar
88
---
99

1010
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).

docs/docs/apis/profiling.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
},
1919
"peerDependencies": {
2020
"react": "^15.4.1",
21-
"react-addons-perf": "^15.4.1",
22-
"react-addons-test-utils": "^15.4.1",
2321
"react-dom": "^15.4.1",
2422
"react-native": "^0.42.0",
2523
"react-native-windows": "^0.33.0"

samples/hello-resub/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
},
2020
"dependencies": {
2121
"react": "15.5.3",
22-
"react-addons-perf": "15.5.0-rc.2",
23-
"react-addons-test-utils": "15.5.1",
2422
"react-dom": "15.5.3",
2523
"react-native": "0.42.3",
2624
"react-native-windows": "^0.33.0",

0 commit comments

Comments
 (0)