mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00:00
Fix missing types in XHRExample
This commit is contained in:
parent
30a708e357
commit
38f76b32c1
@ -119,6 +119,11 @@ var PAGE_SIZE = 20;
|
|||||||
|
|
||||||
class FormUploader extends React.Component {
|
class FormUploader extends React.Component {
|
||||||
|
|
||||||
|
_isMounted: boolean;
|
||||||
|
_fetchRandomPhoto: () => void;
|
||||||
|
_addTextParam: () => void;
|
||||||
|
_upload: () => void;
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user