File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ class PdfViewScreen extends Component<{}> {
301301 } ;
302302 }
303303
304- componentWillMount ( ) {
304+ componentDidMount ( ) {
305305 this . props . navigation . setParams ( {
306306 handleAnnotationButtonPress : ( ) => {
307307 if (
@@ -474,7 +474,7 @@ class PdfViewListenersScreen extends Component<{}> {
474474 } ;
475475 }
476476
477- componentWillMount ( ) {
477+ componentDidMount ( ) {
478478 this . props . navigation . setParams ( {
479479 handleAnnotationButtonPress : ( ) => {
480480 if (
@@ -546,7 +546,7 @@ class PdfViewInstantJsonScreen extends Component<{}> {
546546 } ;
547547 }
548548
549- componentWillMount ( ) {
549+ componentDidMount ( ) {
550550 this . props . navigation . setParams ( {
551551 handleAnnotationButtonPress : ( ) => {
552552 if (
You can’t perform that action at this time.
0 commit comments