yangzhipeng-xx
Results
2
issues of
yangzhipeng-xx
RN version 0.72.5+ How do I use this API correctly? What kind of data needs to be transferred by viewName to enable the component API to run properly? The code...
### Steps to Reproduce ```js "react": "18.3.1", "react-native": "0.75.2", "react-native-code-push": "^9.0.0" ``` ```js import React, { Component } from 'react' import { View, Text, StyleSheet, TouchableOpacity } from 'react-native' import...