This app is not the official app for World of Warships. It is a personal project that is powered by React Native and supports both iOS and Android (work in progress). The app retrieves data from Wargaming API, WoWs Numbers, and Global Wiki.
- Setup React Native
- Download Xcode
- Setup Ruby for
cocoapods
andfastlane
- Clone the repository
- Install node packages with
npx yarn
- Install cocoapods dependencies
- Run the iOS app with
npx yarn ios
From Wargaming Developer, register your new app or website to and place it under wowsinfo/src/value/key.js
.
export const AppKey = '<Your Key>';
Feel free to run the app on your device. You are welcome to modify the source code to access all the paid features. However, please refrain from distributing it to others without the appropriate licence.
WoWs Info Seven will be focusing on maintainance and won't introduce many new features. It will be building upon what has already been implemented. There may be a new version or not.