Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
02d624cd
authored
Jul 27, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
避免三指截屏报错
(cherry picked from commit
7e73885b
)
parent
0b6a7ebb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
App.js
App.js
View file @
02d624cd
...
@@ -15,6 +15,8 @@ const store = configureStore();
...
@@ -15,6 +15,8 @@ const store = configureStore();
// 字体不随系统字体变化 首字母不大写
// 字体不随系统字体变化 首字母不大写
Text
.
defaultProps
=
Object
.
assign
({},
Text
.
defaultProps
,
{
allowFontScaling
:
false
})
Text
.
defaultProps
=
Object
.
assign
({},
Text
.
defaultProps
,
{
allowFontScaling
:
false
})
TextInput
.
defaultProps
=
Object
.
assign
({},
TextInput
.
defaultProps
,
{
allowFontScaling
:
false
,
autoCapitalize
:
'none'
})
TextInput
.
defaultProps
=
Object
.
assign
({},
TextInput
.
defaultProps
,
{
allowFontScaling
:
false
,
autoCapitalize
:
'none'
})
// 避免 three fingers screenshots reporting errors
console
.
reportErrorsAsExceptions
=
false
;
export
default
class
App
extends
Component
{
export
default
class
App
extends
Component
{
render
()
{
render
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment