Ryan Barker
Ryan Barker
It needs to work on my windows machine :) It should not be hard to combine the build script and maven call into a single docker command
See: https://github.com/expo/expo/tree/master/packages/expo-updates Expo just added a requirement for a metro.config.js for bare apps that looks like: ``` module.exports = { transformer: { assetPlugins: ['expo-asset/tools/hashAssetFiles'], }, }; ``` I tried a...
I am attempting to use both of your libraries together and getting the following error message: The current error I am getting is `Can't find variable: $RefreshReg$` Implementation based on...
I am having an issue with my outdated branch and was looking in master to see if it would be fixed but it seems like it would fail for a...
SQLITE_CONSTRAINT_FOREIGNKEY Crash in expo.modules.updates.db.BuildData.clearAllUpdatesFromDatabase
### Summary Saw this crash. Looks like there there are other tables to update before the delete is called Stack trace: Exception java.lang.RuntimeException: at android.app.ActivityThread.handleBindApplication (ActivityThread.java:6733) at android.app.ActivityThread.access$1500 (ActivityThread.java:247) at...
Due to the way one of our legacy webapps integrates with spring, the spring context file is loaded 2 times instead of one. On the second time, it fails due...
Unfortunately this is the longest threaddump I have: at org.sonatype.spice.jersey.client.ahc.AhcClientHandler.handle(AhcClientHandler.java:137) ~[jersey-ahc-client-1.0.5.jar:na] at com.sun.jersey.api.client.Client.handle(Client.java:648) ~[jersey-client-1.12.jar:1.12] at com.sun.jersey.api.client.WebResource.handle(WebResource.java:680) ~[jersey-client-1.12.jar:1.12] at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) ~[jersey-client-1.12.jar:1.12] at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:558) ~[jersey-client-1.12.jar:1.12] .... removed .... Caused by: java.util.ConcurrentModificationException: null...
Issue 6
This is a fix for Issue 6. This error will reliably kill the connection pool (all 9 of our production servers in under 2 hours with very light concurrency)
### Summary Receiving a large number of ANRs that look like: ``` com.pokebattler.raidParty.MainApplication.onCreate Broadcast of Intent { act=android.intent.action.MY_PACKAGE_REPLACED cmp=com.pokebattler.raidParty/expo.modules.notifications.service.NotificationsService } ``` ``` Native method - android.os.MessageQueue.nativePollOnce Broadcast of Intent {...