-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java exception and assets load fix #146
base: master
Are you sure you want to change the base?
Conversation
config/config.example.js
Outdated
@@ -1,19 +1,38 @@ | |||
import firebase from "firebase"; | |||
import { ALREADY_LAUNCHED } from "@env"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No Need
config/config.example.js
Outdated
"https://api.rss2json.com/v1/api.json?rss_url=https://medium.com/feed/scorelab"; | ||
export const GITHUB_API = | ||
"https://api.github.com/orgs/scorelab/repos?sort=pushed&per_page=10"; | ||
|
||
export default { | ||
ALREADY_LAUNCHED, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need. Update Accordingly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I will revert it
Shall we decouple this PR in a way so that all isssue has a one PR related to it. |
Yeah sure I too was looking a way to do so. |
This PR include 5 fixes:
fix for java.lang.ExceptionInInitializerError
Resources for this fix:
fix for unable to load script from assets Unable to load script from assets 'index.android.bundle'. #138
Resources for this fix:
fix for dependency
Updated package.js as @react-native-community/toolbar-android module is missing in the dependency
fix for missing import of Platform in forumbox/style.js
modified **style.js **
modified config.example.js