![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@arlenwang/react-native-mbaichuan
Advanced tools
百川SDK-Android接入文档 https://baichuan.taobao.com/docs/doc.htm?spm=a3c0d.7629140.0.0.3517be48JAfb5d&treeId=129&articleId=118400&docType=1 百川SDK-iOS接入文档 https://baichuan.taobao.com/docs/doc.htm?spm=a3c0d.7629140.0.0.4d21be48bBA52j&treeId=129&articleId=118399&docType=1
版本 | 版本 | 文档 |
---|---|---|
react-native < 0.60 | 3.0.2 | 点击 |
$ npm install react-native-mbaichuan --save
打开ios/Podfile
文件,添加以下(百川仓库)
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
·······
source 'https://github.com/CocoaPods/Specs.git'
source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
·······
target
打开android/bulid.gradle
,添加以下仓库
······
allprojects {
repositories {
·····
maven {
url "http://repo.baichuan-android.taobao.com/content/groups/BaichuanRepositories/"
}
}
}
······
yw_1222.jpg
重命名为 yw_1222_baichuan.jpg
拖入到项目中URL Schemes
添加 tbopen + 百川APPID
LSApplicationQueriesSchemes
添加 tmall
、tbopen
yw_1222.jpg
到 android/app/src/main/res/drawable/yw_1222.jpg
详见examples目录
FAQs
react-native library for Ali Baichuan
We found that @arlenwang/react-native-mbaichuan demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.