> Configure project :app Configuration compile in project :app is deprecated. Use implementation instead. > Configure project :react-native-device-info Configuration compile in project :react-native-device-info is deprecated...
rn needs to be implemented in app to share Mini Program to Wechat. the react-native-wechat previously used has been mentioned in issuse, but it is still not clear exactly how to do it link description I hope the boss who has done it can give me so...
problem description rn does not display properly from ios to android compatible internal webview tested addeventlistener ( message ) does not trigger it has been confirmed that the event listening code is not executed because the window has not ...
problem description if the APP project uses React Native, you need to use the Wechat sharing interface, and then use the react-native-wechat build. Two modules in the project, a product list module and a document list module, can be shared. Now there ...
problem description use react-native, and react-navigation to make a skin change function. The bottom BottomTabNavigator can dynamically change the color, but the top StackNavigator can not dynamically change the color. Why? if the page has not been ...
how does React Native (Expo) set the default font (or global font)? if you customize a Text component, it may be loaded asynchronously, as follows: componentWillMount = async () => { await Font.loadAsync({ a: require( .. fonts aaa....
what is the implementation principle of react state? Is there a boss who can explain? Or is there a good article in more detail? Ask for an answer? ...
when developing react-native applications, the expo, I use uses fetch to request data from the backend, and the Android simulator on my computer can return data normally. When testing with a mobile terminal on the same network, can network request failed...
[to: reviewer, my screenshot is not code, it s memory usage. I ve only seen Android apps here. first of all, it takes up memory when app is opened. The occupation of 119MB is not bad. tab(5)tab The page has almost no pictures, mainly composed ...
install the official documentation: https: facebook.github.io re., and finally a sample interface appears. After the code is modified, the document says that double-click the R key to refresh, the simulator is refreshed, but the interface is not updat...
report this error program cannot solve the puzzle ...
ask for help, how to realize this broadcast picture with a gap between left and right in react native ...
what s the difference between forceUpdate setState? when to use forceUpdate? solve? ...
The goBack method of react navigation supports returning a specified page via state.key the following figure shows the state, I printed in the componentDidMount method of the personal center page and saved the key in the global variable MINE_KEY ...
now most of the weex pages you see are full pages, so you want to know if you can render them as part of the native app page, and use weex in the same place with native, that is easy to change. ...
develop with react-native and quote Ant Financial Services Group s ant-mobile, to report that view config not found for name div, has introduced and configured babel-plugin-import. I don t know which boss has encountered this problem. Give me an answer...
log out logOut(){ DeviceEventEmitter.emit( Logout ) let resetAction = NavigationActions.reset({ index: 0, actions: [ NavigationActions.navigate({routeName: LoginStack }) ] ...
after opening the simulator and running it for a period of time, Xcode will report an error, and the simulator will get stuck when it fails what is the cause? ...
https: github.com wix react-. react-native-navigation provides a way to change the statusBar, with the static attribute, which is a problem. If I want to change the statusBar, globally, if I write it officially, I have to write static navigatorStyle ...
when using React native to do a project, I encountered the problem of scanning the QR code. use ac-qrcode as follows: the dependencies of the project are as follows: "dependencies": { "ac-qrcode": "^1.0.0", &...
A stand-alone server for fastdfs has been built in the internal network, and ip, is mapped through the public network to be accessed by the external network. When the fastdfs of the internal network uploads new images to the server, the public network ca...
webview, that uses mui looks like this when the real machine is running : html is as follows: <nav class="mui-bar mui-bar-tab"> <a href="index.html" class="mui-tab-item mui-active" id="...
I built the lnmp environment using docker-compose. Communication between php and redis containers using container names is fine, but I want to share a network card through both containers, and php connects to redis through 127.0.0.1. how to write a req...
PHP business interface, you need to write a detection script. Executing the script in the monitoring system can self-check, but the parameters of the interface are not fixed. How to deal with this generally? for example, the interface of an order, the ID...
expression I use urlencode encoding to get % F0%9F%98%8A . Now I want to write a sql statement to find out the data that contains this expression in the field directly. The utf8mb4 code used in the database table, I don t know how to write sql . sele...