Project Intro
React Native was used for the imitation of an APP, and React Family bucket was used for the imitation of a Web version, so the project directly used the node terminal with proxy for data acquisition. Since there is no Android test machine, only the iOS version has been made so far
Tech Stack
-
API: an API address
-
React-navigation: officially recommended route navigator
-
React-native spinkit: a powerful loading state effect
-
React-native swiper: Swiper the home page
-
React-native drawer: swivel cutters to a drawer with an APP
-
React-native parallax-view: Create a sliding fade effect
-
React-native splash-screen: controls the fade out of the splash screen
-
React-native scrollable-tab-view: enables scrolling between the speaker and the speech
Project Structure
├─ __tests__ Test Cases ├─ App Project Code Directory │ ├─... │ ├─ Components │ ├─ Images │ ├─ Page │ ├─ API. Js API get function │ ├─ global_style.js Common style │ ├─ API └ ─ ─ root. Js project entry documents ├ ─ ─ node_modules directory node module ├ ─ ─ android android code file ├ ─ ─ ios ios code file ├ ─ ─. Travis. Yml Travis CI configuration file ├─.├ ─ Package.json ├─ Download.txt ├─ download.txt
Copy the code
Gallery