diff --git a/NewArch/package.json b/NewArch/package.json index 4f8eb93c..ab80d76c 100644 --- a/NewArch/package.json +++ b/NewArch/package.json @@ -15,8 +15,8 @@ "@react-native-clipboard/clipboard": "^1.16.1", "lowlight": "^1.17.0", "react": "19.1.0", - "react-native": "0.81.0-nightly-20250709-6892dde36", - "react-native-windows": "0.81.0-preview.6" + "react-native": "0.81.0", + "react-native-windows": "0.81.0-preview.8" }, "devDependencies": { "@babel/core": "^7.25.2", diff --git a/NewArch/src/examples/ModalExamplePage.tsx b/NewArch/src/examples/ModalExamplePage.tsx index 943b7632..9879e29a 100644 --- a/NewArch/src/examples/ModalExamplePage.tsx +++ b/NewArch/src/examples/ModalExamplePage.tsx @@ -1,5 +1,5 @@ 'use strict'; -import {Button, View, Text, StyleSheet, Dimensions, PlatformColor, AccessibilityInfo, Pressable} from 'react-native'; +import {Button, View, Text, StyleSheet, Dimensions, PlatformColor, AccessibilityInfo} from 'react-native'; import {Modal} from 'react-native-windows' import React from 'react'; import {Example} from '../components/Example'; @@ -128,13 +128,6 @@ export const ModalExamplePage: React.FunctionComponent<{navigation?: any}> = ({n onAccessibilityTap={changeModal1}/> - - × - This is a simple Modal