diff --git a/example/src/Examples/CustomCss.tsx b/example/src/Examples/CustomCss.tsx index 42a4a9c..e0a71d6 100644 --- a/example/src/Examples/CustomCss.tsx +++ b/example/src/Examples/CustomCss.tsx @@ -2,10 +2,10 @@ import type { NativeStackScreenProps } from '@react-navigation/native-stack'; import React from 'react'; import { SafeAreaView, - View, KeyboardAvoidingView, Platform, StyleSheet, + Button, } from 'react-native'; import { CodeBridge, @@ -52,9 +52,49 @@ export const CustomCss = ({}: NativeStackScreenProps) => { return ( - - - +