βοΈReact Native
MM Wall is hosted on the web, but gives your application a native look-and-feel.
If ADID is Available
Linking
import { Linking } from 'react-native';
Linking.openURL('https://wall.make-money.top/?p={publisher_id}&u={user_id}&a={adid}');React Native WebView
/*
Add react-native-webview to your dependencies. Using Yarn:
yarn add react-native-webview
Using npm:
npm install --save react-native-webview
Using Expo:
npx expo install react-native-webview
*/
import { WebView } from 'react-native-webview';
return <WebView source={{ uri: 'https://wall.make-money.top/?p={publisher_id}&u={user_id}&a={adid}' }} />;If ADID is Unavailable
Linking
React Native WebView
Optional: SubID
Last updated