This is a React Native implementation of waifu2x. The target of this project is to run waifu2x models right on devices without network. Currently only supports iOS devices.
Install the library:
npx expo install react-native-waifu2x
Then rebuild your app:
npx expo prebuild -p ios --clean
npx expo run:ios
See the example app.
You can download from here. If you want to customizable models, see waifu2x-ios#about-models.