React Native Lagou

screenshot of React Native Lagou
react-native

用react native写的仿拉勾ios版本demo

Overview

The react-native-lagou project is a demo created during the Spring Festival to learn React Native. The demo is based on ES6 syntax and imitates the design of the Lagou app. Currently, it only supports iOS, but there are plans to develop an Android version in the future. The project depends on the react-native-vector-icons component, which requires importing a dependency project from the official GitHub repository.

Features

  • Demo Project: Created to learn React Native during the Spring Festival.
  • ES6 Syntax: Developed using the ES6 syntax for modern JavaScript development.
  • iOS Support: Currently only supports iOS, with potential for an Android version in the future.
  • Imitates Lagou App: Designed to imitate the functionality and layout of the Lagou app.
  • Dependency on react-native-vector-icons: Uses the react-native-vector-icons component for icon styling.

Summary

The react-native-lagou project is a demo application developed using React Native with ES6 syntax to imitate the Lagou app. It currently only supports iOS, but there are plans to expand to an Android version in the future. The project relies on the react-native-vector-icons component for styling icons. Follow the installation guide to set up the project and explore its features.

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.