[ncl] Some improvements to the hash placeholders demo (#22134)Co-authored-by: Tomasz Sapeta <[email protected]>
[expo-image] Add ThumbHash support (#21952)# Why Previously we were only supporting BlurHash, we want the users to be able to use ThumbHash as well. # How Copied the ThumbHash code from t
[expo-image] Add ThumbHash support (#21952)# Why Previously we were only supporting BlurHash, we want the users to be able to use ThumbHash as well. # How Copied the ThumbHash code from the [ThumbHash repo](https://github.com/evanw/thumbhash) and implemented the functionality into `iOS`, `Android` and `web` similarly to BlurHash. Changed the demo app to include more images # Test Plan Tested on Android, iOS and Web. --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
[maps] Migrate code from the SWM repo (#19673)# Why Closes ENG-6626. Migrates code from https://github.com/software-mansion-labs/expo-maps. # How - Copied library code into `packages/expo
[maps] Migrate code from the SWM repo (#19673)# Why Closes ENG-6626. Migrates code from https://github.com/software-mansion-labs/expo-maps. # How - Copied library code into `packages/expo-maps`. - Copied example code into `NCL`. - Fixed problems discovered by the linter. - Excluded google maps utils on iOS, because it didn't compile in our repo. I will investigate that in more detail later. > Note: To test google maps you have to add an API key to the manifest or infoplist. # Test Plan - bare-expo and NCL ✅
[ncl][docs][tools][expo] Remove admob, amplitude, branch, facebook-ads, facebook, google-sign-in, segment (#18168)
[ncl] lazy load components and improve startup (#12503)* lazy load screens * fix up test suite * load less icons * lint fix * Update AppNavigator.js * fix tsc * Create debugging.w
[ncl] lazy load components and improve startup (#12503)* lazy load screens * fix up test suite * load less icons * lint fix * Update AppNavigator.js * fix tsc * Create debugging.web.ts * updated pods
[ncl] Split out BG location into its own NCL entry (#12221)Why: This is to make it easier to demo on Android, where we link to NCL from the Explore tab. How: Just moved the BG location map scree
[ncl] Split out BG location into its own NCL entry (#12221)Why: This is to make it easier to demo on Android, where we link to NCL from the Explore tab. How: Just moved the BG location map screen to be listed as a top-level item in the Expo APIs list. Test Plan: Built Expo Go for Android from source (ran in an emulator), ran `expo start` in NCL, loaded it and confirmed the map showed up.
[ncl] Fix lint warnings (#10443)# Why Let's make NCL a top-notch application, always tidy etc. # How - configured ESLint for NCL - fixed all warnings automatically - changed manually all
[ncl] Fix lint warnings (#10443)# Why Let's make NCL a top-notch application, always tidy etc. # How - configured ESLint for NCL - fixed all warnings automatically - changed manually all `React.Component<object, …` that ESLint "automatically fixed" to `<{}` as per https://github.com/expo/expo/pull/10229#discussion_r490961694 # Test Plan `yarn lint` no longer warns about warnings.
[expo-image] Add expo-image test app to NCL (#7345)* [expo-image] Add expo-image test app to NCL * [expo-impage] Add source tests * [expo-image] Add option to select next/prev test * [expo
[expo-image] Add expo-image test app to NCL (#7345)* [expo-image] Add expo-image test app to NCL * [expo-impage] Add source tests * [expo-image] Add option to select next/prev test * [expo-image] Rename tests * [expo-image] Show scrollview with all tests compared to RN Image component * [expo-image] Add button to switch to category view to test app * [expo-image] Update icon in NCL * [expo-image] Update test-app to use expo-image component * [expo-image] Remove old ExpoImage test from NCL * [expo-image] Fix test-app on web
@bbarthec/migrate native component list to typescript (#3975)* [ncl] Migrate to TypeScript * [ncl] fix runtime on mobile devices * [ncl] Apply review suggestions