mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Final fixes and seal xplat/js/react-native-github
Reviewed By: panagosg7 Differential Revision: D16946423 fbshipit-source-id: 89ca82c955e99a23a14984d51f3c97346c363afd
This commit is contained in:
committed by
Facebook Github Bot
parent
97b42bb142
commit
b6333f79e1
@@ -10,10 +10,11 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
const React = require('react');
|
||||
const {ProgressBarAndroid: ProgressBar} = require('react-native');
|
||||
const RNTesterBlock = require('../../components/RNTesterBlock');
|
||||
const RNTesterPage = require('../../components/RNTesterPage');
|
||||
const React = require('react');
|
||||
|
||||
const {ProgressBarAndroid: ProgressBar} = require('react-native');
|
||||
|
||||
import type {ProgressBarAndroidProps} from '../../../../Libraries/Components/ProgressBarAndroid/ProgressBarAndroid';
|
||||
|
||||
@@ -57,7 +58,7 @@ class MovingBar extends React.Component<MovingBarProps, MovingBarState> {
|
||||
}
|
||||
|
||||
class ProgressBarAndroidExample extends React.Component<{}> {
|
||||
render() {
|
||||
render(): React.Node {
|
||||
return (
|
||||
<RNTesterPage title="ProgressBar Examples">
|
||||
<RNTesterBlock title="Horizontal Indeterminate ProgressBar">
|
||||
|
||||
Reference in New Issue
Block a user