<?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 EXScopedLocalAuthentication.m</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>efd75dec - [ios] Migrate all remaining native code</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m#efd75dec</link>
        <description>[ios] Migrate all remaining native code

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m</description>
        <pubDate>Mon, 16 Aug 2021 13:40:38 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>65d041d7 - [constants] Migrate interface to expo-modules-core (#12876)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m#65d041d7</link>
        <description>[constants] Migrate interface to expo-modules-core (#12876)

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m</description>
        <pubDate>Tue, 11 May 2021 10:51:39 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;1714764+tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>dc898499 - [ios] Expo Client -&gt; Expo Go (#10847)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m#dc898499</link>
        <description>[ios] Expo Client -&gt; Expo Go (#10847)The name &quot;Expo Client&quot; implies that it&apos;s the single way to develop Expo app. In the future, it will no longer be as ubiquitous nor the main way to develop. To head off confusion with default development clients, this commit renames the app store development client known as &quot;Expo Client&quot; to &quot;Expo Go&quot;.&quot;Expo Go&quot; is the name for the App Store and Play Store development clients that are published under the Expo team&apos;s accounts and currently have support for multiple SDK versions. Expo Go is the fastest way to get started. But we&apos;ve seen billion-dollar companies use the managed workflow for production apps, so names like &quot;Expo Lite&quot; or &quot;Expo Start&quot; wrongly communicate that the app is just for demos or getting started. &quot;Expo Go&quot; implies it&apos;s a good way to get started and also not the entire workflow, but also a workflow that can hold its own.In this commit I focused just on iOS (native). Android (native) and Home need to come later. I also changed &quot;experience&quot; to &quot;project&quot; in a few places to start cleaning up our terminology.Tested by running the app and verifying it shows up as &quot;Expo Go&quot; on the home screen in a simulator.

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m</description>
        <pubDate>Thu, 10 Dec 2020 03:45:42 +0000</pubDate>
        <dc:creator>James Ide &lt;ide@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9e39fced - [docs][ios][local-authentication][ncl] move promptMessageIOS into option object (#4631)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m#9e39fced</link>
        <description>[docs][ios][local-authentication][ncl] move promptMessageIOS into option object (#4631)# WhyFollowup #4612 # HowMoved `promptMessageIOS` argument of `LocalAuthentication.authenticateAsync` into the new `options` object, under `promptMessage` key.This is a breaking change, but I hope this API will be better since this argument was required only on iOS (so it shouldn&apos;t be before options argument that is going to be used on both platform in the future). # Test PlanTested on NCL example.

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m</description>
        <pubDate>Mon, 17 Jun 2019 15:08:57 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>631604b1 - [ios] Make iOS ExpoKit work without unimodules that need to be scoped (#4336)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m#631604b1</link>
        <description>[ios] Make iOS ExpoKit work without unimodules that need to be scoped (#4336)# WhyI was unable to build a newly ejected app with ExpoKit for SDK33 without explicitly installing unimodules that are being extended and overriden by scoped modules.# HowAdded `#if __has_include` macros to check whether the unimodule is installed before we initialize and register scoped modules.# Test PlanExpo Client builds, ExpoKit app without some unimodules work as expected.

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m</description>
        <pubDate>Thu, 30 May 2019 06:54:09 +0000</pubDate>
        <dc:creator>Tomasz Sapeta &lt;tsapeta@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c9802eba - [unimodules] Remove experience references (#3993)</title>
        <link>http://172.16.0.5:8080/history/expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m#c9802eba</link>
        <description>[unimodules] Remove experience references (#3993)# WhyProperly closes https://github.com/expo/expo/pull/3875, fixes https://github.com/expo/expo/issues/3517, fixes https://github.com/expo/expo/issues/3864.# HowRemoved all `experience` references from universal modules, adding scoped implementations to ExpoKit.# Test Plan- [x] NCL works- [x] bare template works

            List of files:
            /expo/apps/eas-expo-go/ios/Exponent/Versioned/Core/UniversalModules/EXScopedLocalAuthentication.m</description>
        <pubDate>Mon, 29 Apr 2019 14:41:39 +0000</pubDate>
        <dc:creator>Stanis&#322;aw Chmiela &lt;sjchmiela@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
