Start postgreSQL
$ sudo systemctl start postgresql| // | |
| // ContentView.swift | |
| // Airdrop Demo | |
| // | |
| // Created by Daniel Kuntz on 7/30/23. | |
| // | |
| import SwiftUI | |
| struct ContentView: View { |
| 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} |
| /** | |
| * = LL parser = | |
| * | |
| * by Dmitry Soshnikov <dmitry.soshnikov@gmail.com> | |
| * MIT Style license | |
| * | |
| * Often one can see manually written LL parsers implemented as | |
| * recursive descent. Approach in this diff is a classical parse table | |
| * state machine. | |
| * |