This website works better with JavaScript.
首頁
探索
說明
登入
npm
/
react-native-navigation
關註
11
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
fixed js unit tests
yogevbd
7 年之前
父節點
7d9ba7292b
當前提交
aecc80ee7d
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
統一視圖
顯示文件統計
1
1
playground/src/screens/OptionsScreen.js
+ 1
- 1
playground/src/screens/OptionsScreen.js
查看文件
68
component: {
68
component: {
69
name: 'CustomRoundedButton',
69
name: 'CustomRoundedButton',
70
passProps: {
70
passProps: {
71
- title:
"Two"
71
+ title:
'Two'
72
}
72
}
73
}
73
}
74
},
74
},