<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in RNObject.kt</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c8de5cfa - [go] fix network inspector crash on android (#23436)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt#c8de5cfa</link>
        <description>[go] fix network inspector crash on android (#23436)# Whyanother fix for android expo go for network inspector```Fatal Exception: java.lang.IllegalStateException: network interceptor or.c0@2ba75f9 must call proceed() exactly once```# Howlooks like #23350 does not fix the root cause, i can finally reproduce the problem and getting the backtrace:okhttp internally will catch the IOException and cancel the request. however, calling through the `RNObject` with reflection, we will catch the `InvocationTargetException` and suppress the exception.to make okhttp interceptor works expectedly, we should throw out the IOException, so this pr introduces a `RNObject.callWithThrowable` to throw out the exceptions.# Test Planit seems easier to reproduce this problem from clean state:```sh$ adb shell pm clear host.exp.exponent$ adb shell am start -n host.exp.exponent/.experience.HomeActivity# on sdk49 blank project, press `a` to launch app in android expo-go```

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt</description>
        <pubDate>Mon, 10 Jul 2023 15:51:15 +0000</pubDate>
        <dc:creator>Kudo Chien &lt;kudo@expo.dev&gt;</dc:creator>
    </item>
<item>
        <title>085a2c83 - [android][expoview] Fix potential bug in RNObject.callStaticRecursive (#14224)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt#085a2c83</link>
        <description>[android][expoview] Fix potential bug in RNObject.callStaticRecursive (#14224)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt</description>
        <pubDate>Tue, 31 Aug 2021 00:58:33 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>599c2275 - [android] Fix RNObject method call argument unboxed comparison (#14160)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt#599c2275</link>
        <description>[android] Fix RNObject method call argument unboxed comparison (#14160)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt</description>
        <pubDate>Mon, 23 Aug 2021 23:56:50 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>058d2dd0 - [android] Kotlinize RNObject and KernelModule (#14042)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt#058d2dd0</link>
        <description>[android] Kotlinize RNObject and KernelModule (#14042)

            List of files:
            /expo/apps/eas-expo-go/android/expoview/src/main/java/host/exp/exponent/RNObject.kt</description>
        <pubDate>Thu, 19 Aug 2021 20:09:10 +0000</pubDate>
        <dc:creator>Will Schurman &lt;wschurman@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
