問題タブ [react-native-web]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native - Android の React Native WebView で空白のページが表示される
次のように、React Native の WebView を使用して、Android のローカル パスから HTML ページを読み込もうとしました。
var WebViewAndroid = require('react-native-webview-android');
しかし、私は空白のページを取得しています
私のローカル パスは /storage/emulated/0/Android/data/'myappid'/files/abcd/index.html です
reactjs - react-native のアニメーション化された API は、react-native-web でサポートされていますか?
モバイル Web アプリを作成しており、アニメーションを追加する必要があります。だから私はreact-nativeのアニメーションAPIを使用することを考えていますが、react-native-webをサポートしているかどうかはわかりません。代替案があれば提案してください