-
-
Save naqvitalha/841c7253af77ce9a89d5d9ac3b11c354 to your computer and use it in GitHub Desktop.
Native modules on web
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
import { NativeModules } from 'react-native'; | |
//resolves to the web version when relevant, reduces the need of .web.ts files | |
NativeModules.Toast.show('hello'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment