We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3937e07 commit 6e779d6Copy full SHA for 6e779d6
example/src/DemoApp.tsx
@@ -8,8 +8,8 @@ import {
8
ScrollView,
9
Image,
10
TouchableOpacity,
11
- Button,
12
StyleSheet,
+ Platform,
13
} from 'react-native';
14
import { Colors } from './styles';
15
import { MalwareModal } from './MalwareModal';
@@ -161,12 +161,18 @@ export const DemoApp: React.FC<{
161
};
162
163
const styles = StyleSheet.create({
164
+ text: {
165
+ fontSize: 16,
166
+ fontWeight: '500',
167
+ alignSelf: 'center',
168
+ textAlign: 'center',
169
+ },
170
button: {
171
justifyContent: 'center',
172
alignItems: 'center',
173
width: 180,
174
height: 50,
- backgroundColor: Colors.lightBlue,
175
+ backgroundColor: Colors.checkOkLight,
176
borderRadius: 10,
177
padding: 2,
178
marginTop: 20,
0 commit comments