Closed niteshbalusu11 closed 5 months ago
I swapped dependencies. Removed react-native-material-menu with react-native-popup-menu that also works with react-native-macos.
react-native-material-menu
react-native-popup-menu
react-native-macos
Here's the new dependency which is more popular than the old one actually. https://github.com/instea/react-native-popup-menu
I swapped the start-up menu to use the new dependency and it works well with MacOS.
Everything works exept for the life of me can't figure out why Alert.prompt( isn't prompting for an address in ChannelCard.tsx
Alert.prompt(
ChannelCard.tsx
I tested closure to an external address and it works good.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
I swapped dependencies. Removed
react-native-material-menu
withreact-native-popup-menu
that also works withreact-native-macos
.Here's the new dependency which is more popular than the old one actually. https://github.com/instea/react-native-popup-menu
I swapped the start-up menu to use the new dependency and it works well with MacOS.
Everything works exept for the life of me can't figure out why
Alert.prompt(
isn't prompting for an address inChannelCard.tsx
I tested closure to an external address and it works good.