mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-19 13:08:11 +08:00
React.Element<any> » React.Element<*>
Reviewed By: yungsters Differential Revision: D4027388 fbshipit-source-id: 5bc178eab1ab72283622b4b7d418f9fd43ec0792
This commit is contained in:
committed by
Facebook Github Bot
parent
8e2d4cc680
commit
e58d17e68b
@@ -193,7 +193,7 @@ exports.description = 'Apple PushNotification and badge value';
|
||||
exports.examples = [
|
||||
{
|
||||
title: 'Badge Number',
|
||||
render(): React.Element<any> {
|
||||
render(): React.Element<*> {
|
||||
return (
|
||||
<View>
|
||||
<Button
|
||||
@@ -210,13 +210,13 @@ exports.examples = [
|
||||
},
|
||||
{
|
||||
title: 'Push Notifications',
|
||||
render(): React.Element<any> {
|
||||
render(): React.Element<*> {
|
||||
return <NotificationExample />;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Notifications Permissions',
|
||||
render(): React.Element<any> {
|
||||
render(): React.Element<*> {
|
||||
return <NotificationPermissionExample />;
|
||||
}
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user