1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 21:00:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

feat: project init

This commit is contained in:
steven
2023-03-16 13:45:26 +08:00
parent a182c5d3c6
commit d2f53e17c5
14 changed files with 11 additions and 25 deletions

View File

@@ -114,7 +114,7 @@ export default function TestConsole({visible}) {
onPress={() => {
NativeTestMethod[i].invoke();
}}
style={{width: 10, height: 10, backgroundColor: 'red'}}
style={{width: 10, height: 10}}
/>,
);
}