mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-02 10:35:54 +00:00
@@ -0,0 +1,14 @@
|
|||||||
|
import { Component } from 'react';
|
||||||
|
|
||||||
|
class StatusBar extends Component {
|
||||||
|
static setBackgroundColor() {}
|
||||||
|
static setBarStyle() {}
|
||||||
|
static setHidden() {}
|
||||||
|
static setNetworkActivityIndicatorVisible() {}
|
||||||
|
static setTranslucent() {}
|
||||||
|
render() {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = StatusBar;
|
||||||
@@ -32,6 +32,7 @@ import Image from './components/Image';
|
|||||||
import ListView from './components/ListView';
|
import ListView from './components/ListView';
|
||||||
import ProgressBar from './components/ProgressBar';
|
import ProgressBar from './components/ProgressBar';
|
||||||
import ScrollView from './components/ScrollView';
|
import ScrollView from './components/ScrollView';
|
||||||
|
import StatusBar from './components/StatusBar';
|
||||||
import Switch from './components/Switch';
|
import Switch from './components/Switch';
|
||||||
import Text from './components/Text';
|
import Text from './components/Text';
|
||||||
import TextInput from './components/TextInput';
|
import TextInput from './components/TextInput';
|
||||||
@@ -87,6 +88,7 @@ const ReactNative = {
|
|||||||
ListView,
|
ListView,
|
||||||
ProgressBar,
|
ProgressBar,
|
||||||
ScrollView,
|
ScrollView,
|
||||||
|
StatusBar,
|
||||||
Switch,
|
Switch,
|
||||||
Text,
|
Text,
|
||||||
TextInput,
|
TextInput,
|
||||||
|
|||||||
Reference in New Issue
Block a user