Luke Taylor

Results 6 issues of Luke Taylor

https://github.com/theappbusiness/MasterFastfile/blob/develop/Fastfile#L186 `lane_context[SharedValues::APPCENTER_BUILD_INFORMATION]` The line above is referencing the entire build information, rather than the `install_url`. Which will also need decoding I believe. There is a lane context for `APPCENTER_DOWNLOAD_LINK` but...

Update readme's for iOS integration with newer react native and address issue with connecting to bundler see solution here https://github.com/crazycodeboy/react-native-splash-screen/issues/606#issuecomment-1401875339

Fixes incorrect class type used for VersionGroup inside Version class. ``` open class PKMVersion: Codable, SelfDecodable { /// The identifier for this version resource open var id: Int? /// The...

Noticed typo whilst recently working with the PokemonAPI package. PKMClainLink -> PKMChainLink

Currently in version 6.1.1, it is pointing to the incorrect API enum, and therefore incorrect endpoint, when we call `fetchVersion` which is currently using 'Generation'. See below for the incorrect...

My team found during an upgrade to react native, along with many other packages, that a change occurred that caused our `.env.test` to be ignored in favour of the environment...

wontfix