Skip to content

wowsinfo/react-native-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WoWs Info Seven

中文 | 日本語

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.

Running the project

  • Setup React Native
  • Download Xcode
  • Setup Ruby for cocoapods and fastlane
  • Clone the repository
  • Install node packages with npx yarn
  • Install cocoapods dependencies
  • Run the iOS app with npx yarn ios

Obtaining the API key

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.