Skip to content

Commit

Permalink
Android debugging
Browse files Browse the repository at this point in the history
as to why bloom-reader-against-dark logo is missing
  • Loading branch information
jsubloom committed Sep 14, 2023
1 parent 80f09b9 commit f92e281
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/mobile/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default function App() {
// TODO: Politely inform the end user too.
} finally {
// Tell the application to render
console.info("Setting appIsReady=true.");
setAppIsReady(true);
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/mobile/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ config.resolver.assetExts.push(
// At runtime, copy the .jsAsset file back to a .js extension
"jsAsset",
"bloompub", // For sample books
"htm" // For bloomplayer.htm
"htm", // For bloomplayer.htm
"png"
);

if (!config.watchFolders) {
Expand Down

0 comments on commit f92e281

Please sign in to comment.