This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/node_modules/react-native/Libraries/Modal/Modal.js b/node_modules/react-native/Libraries/Modal/Modal.js | |
index 9140a56..1a26c51 100644 | |
--- a/node_modules/react-native/Libraries/Modal/Modal.js | |
+++ b/node_modules/react-native/Libraries/Modal/Modal.js | |
@@ -246,6 +246,7 @@ class Modal extends React.Component<Props> { | |
return ( | |
<RCTModalHostView | |
+ modalSheetSize={this.props.modalSheetSize} | |
animationType={animationType} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ContentView.swift | |
// Airdrop Demo | |
// | |
// Created by Daniel Kuntz on 7/30/23. | |
// | |
import SwiftUI | |
struct ContentView: View { |