UNPKG

react-native-components-inspector

Version:

react native components inspector can used to click the component and open the code in the editor

16 lines 298 B
// 屏蔽列表:这些组件不进行跳转 export const BLOCKED_COMPONENTS = [ 'createanimatedcomponent', 'moetext', 'text', 'view', 'scrollview', 'flatlist', 'sectionlist', 'virtualizedlist', 'image', 'touchableopacity', 'touchablehighlight', 'pressable', 'button', ];