{ const MenuApp({super.key}); static const String kMessage = '"Talk less. Smile more." - A. Burr'; @override Widget build(BuildContext context) { return MaterialApp( theme: ThemeData(useMaterial3: true), home: const Scaffold( body: SafeArea(child: MyCascadingMenu(message: kMessage)))...
"react-native-safe-area-context": "4.2.4", "react-native-screens": "~3.11.1", "react-native-svg": "12.3.0", "react-native-tab-view": "2.15.1", "react-native-web": "0.17.7", "react-native-webview": "11.18.1", "rn-range-slider": "2.1.1", "sentry-expo": "^4.2.0",...