Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
import { Component } from 'react';

import type { Node } from 'react';
import type { FormField, Methods } from 'rn-fetch-blob';
import type { ViewStyleProp } from 'react-native/Libraries/StyleSheet/StyleSheet'
import type { FormField, Methods } from 'react-native-blob-util';
import { StyleSheet } from 'react-native';

export type ViewStyleProp = StyleSheet.ViewStyleProp;

export type AssetId = number;

Expand Down