We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a15966c commit cb5078aCopy full SHA for cb5078a
example/src/util/Container.tsx
@@ -1,5 +1,11 @@
1
import React from 'react';
2
-import { StyleSheet, ScrollView, View } from 'react-native';
+import {
3
+ StyleSheet,
4
+ ScrollView,
5
+ View,
6
+ StyleProp,
7
+ ViewStyle,
8
+} from 'react-native';
9
import { original, Text } from 'react95-native';
10
11
const styles = StyleSheet.create({
0 commit comments