
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
@ant-design/react-native
Advanced tools
English | 简体中文
A configurable Mobile UI specification and React-based implementation.
If you only care about the style you may give [Tanjun] a try.
HTML5 Preview: ant-design-mobile-rn/index.html
SDK 52(react-native@0.76.1) |
---|
Open the camera app on your device and scan the code above,
need install expo app: https://expo.io/tools
$ npm install @ant-design/react-native @ant-design/icons-react-native
Next, install the required peer dependencies. You need to run different commands depending on whether your project is an Expo managed project or a bare React Native project.
If you have an Expo managed project, install the dependencies with expo
:
npx expo install react-native-gesture-handler react-native-reanimated
If you have a bare React Native project, install the dependencies with npm
:
npm install react-native-gesture-handler react-native-reanimated
For iOS with bare React Native project, make sure you have CocoaPods installed. Then install the pods to complete the installation:
cd ios
pod install
cd ..
Add assets to your react-native.config.js
( If not exist, please create in project’s root directory )
module.exports = {
assets: ['node_modules/@ant-design/icons-react-native/fonts'],
};
Run the react-native-asset's command and linking + unlinking is automatic
npx react-native-asset
node >= 18
# go to expo example folder
cd example
# install dependencies
yarn
# start expo
yarn expo
# clone
git clone git@github.com:ant-design/ant-design-mobile-rn.git
# go to ant rn folder
cd ant-design-mobile-rn
# install dependencies
yarn
# start ios
cd rn-kitchen-sink/ios && pod install
yarn ios
# start android
yarn android
We welcome all contributions, please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as a GitHub issue. If you'd like to improve code, check out the Development Instruction and have a good time! :)
Thanks to all the contributors of @ant-design/react-native:
FAQs
基于蚂蚁金服移动设计规范的 React Native 组件库
The npm package @ant-design/react-native receives a total of 5,975 weekly downloads. As such, @ant-design/react-native popularity was classified as popular.
We found that @ant-design/react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.