Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation URL to examples and remove community screens #224

Merged
merged 3 commits into from
Aug 18, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ class AnnounceForAccessibility extends React.Component<{}> {
}

exports.title = 'Accessibility';
exports.documentationURL = 'https://reactnative.dev/docs/accessibilityinfo';
exports.description = 'Examples of using Accessibility APIs.';
exports.examples = [
{
Expand Down
1 change: 1 addition & 0 deletions packages/rn-tester/js/examples/Animated/AnimatedExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const styles = StyleSheet.create({

exports.framework = 'React';
exports.title = 'Animated - Examples';
exports.documentationURL = 'https://reactnative.dev/docs/animated';
exports.description = ('Animated provides a powerful ' +
'and easy-to-use API for building modern, ' +
'interactive user experiences.': string);
Expand Down
1 change: 1 addition & 0 deletions packages/rn-tester/js/examples/AppState/AppStateExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class AppStateSubscription extends React.Component<
}

exports.title = 'AppState';
exports.documentationURL = 'https://reactnative.dev/docs/appstate';
exports.description = 'app background status';
exports.examples = [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const ThemedText = props => (
);

exports.title = 'Appearance';
exports.documentationURL = 'https://reactnative.dev/docs/appearance';
exports.description = 'Light and dark user interface examples.';
exports.examples = [
{
Expand Down
103 changes: 0 additions & 103 deletions packages/rn-tester/js/examples/AsyncStorage/AsyncStorageExample.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/rn-tester/js/examples/Button/ButtonExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ exports.displayName = 'ButtonExample';
exports.framework = 'React';
exports.category = 'UI';
exports.title = 'Button';
exports.documentationURL = 'https://reactnative.dev/docs/button';
exports.description = 'Simple React Native button component.';

exports.examples = [
Expand Down
68 changes: 0 additions & 68 deletions packages/rn-tester/js/examples/Clipboard/ClipboardExample.js

This file was deleted.

170 changes: 0 additions & 170 deletions packages/rn-tester/js/examples/DatePicker/DatePickerAndroidExample.js

This file was deleted.

Loading