Skip to content

Commit be080f3

Browse files
committed
More fixed
1 parent 23986fd commit be080f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/rn-tester/js/examples/Alert/AlertIOSExample.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ const styles = StyleSheet.create({
235235

236236
exports.framework = 'React';
237237
exports.title = 'Alerts';
238-
exports.description = 'iOS alerts and action sheets';
238+
exports.description = 'iOS / macOS alerts and action sheets'; // TODO(macOS GH#774)
239239
exports.documentationURL = 'https://reactnative.dev/docs/alert';
240240
exports.examples = ([
241241
...SharedAlertExamples,
@@ -293,5 +293,6 @@ exports.examples = ([
293293
render(): React.Node {
294294
return <PromptStyle />;
295295
},
296+
},
296297
// ]TODO(macOS GH#774)
297298
]: Array<RNTesterModuleExample>);

0 commit comments

Comments
 (0)