A cross platform mobile application based on spongemockify by maacpiash. You can read more about the module on that repo.
Android APK(signed) : https://expo.io/artifacts/4169ae2e-d9e9-4e3b-b391-464e2ef38b14
iOS: For some voodoo magical reasons, expo build process doesn't work with 2FA, so couldn't build.
- Click on
Mock!
button to get the mocked text. - You can then copy the mocked text to clipboard.
- Also you can paste text from clipboard and mock it.
- Install Expo app on your iOS / Android Phone.
- Install the Expo CLI on your dev machine
npm i -g expo-cli
- Clone the repo and
cd
into it - Make sure to have
yarn
installed! You can usenpm
as well if you want. - Then:
yarn install
# or,
npm install
yarn start
# for iOS
yarn run ios
# for Android
yarn run android
- Let the expo server run and generate a QR code for you. (In case you don't have an emulator / simulator, you can run the app on your device using this QR code. Just scan it.)
- You have it!
Dedicated to Raiyan aka Lel Khan. 😂
MIT