Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Lin Yiting
/
react-native-custom-components
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Lin Yiting
2018-03-06 15:19:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c5ef04898782007054d5022f316969d066177b16
c5ef0489
1 parent
e14602ad
Fix key issue in NavigationBar
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/NavigatorNavigationBar.js
src/NavigatorNavigationBar.js
View file @
c5ef048
...
...
@@ -197,6 +197,7 @@ class NavigatorNavigationBar extends React.Component {
this
.
props
.
navigationStyles
.
Stages
.
Left
;
rendered
=
(
<
View
key
=
{
componentName
+
index
}
ref
=
{(
ref
)
=>
{
this
.
_components
[
componentName
]
=
this
.
_components
[
componentName
].
set
(
route
,
ref
);
}}
...
...
Please
register
or
login
to post a comment