diff --git a/src/index.js b/src/index.js index c7051c9c86..082bcea445 100644 --- a/src/index.js +++ b/src/index.js @@ -14,9 +14,12 @@ import correctTextFontWeight from './text-font-weight-correct'; import setupJetpackEditor from './jetpack-editor-setup'; import initialHtml from './initial-html'; -addAction( 'native.pre-render', 'gutenberg-mobile', ( props ) => { +addAction( 'native.pre-render', 'gutenberg-mobile', () => { require( './strings-overrides' ); correctTextFontWeight(); +} ); + +addAction( 'native.render', 'gutenberg-mobile', ( props ) => { setupJetpackEditor( props.jetpackState || { blogId: 1, isJetpackActive: true } );