Skip to content

Commit

Permalink
RNTester: change default screen to component
Browse files Browse the repository at this point in the history
  • Loading branch information
manyaagarwal committed Jul 28, 2020
1 parent 90f433a commit 8471566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/RNTester/js/RNTesterApp.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class RNTesterApp extends React.Component<Props, RNTesterNavigationState> {
openExample: null,
Components: bookmarks.Components,
Api: bookmarks.Api,
screen: "api",
screen: "component",
AddApi: (apiName, api) => {
console.log(apiName);
const stateApi = Object.assign({}, this.state.Api);
Expand Down

0 comments on commit 8471566

Please sign in to comment.