Petr Chalupa

Results 7 issues of Petr Chalupa

Added Czech translation.

During the mod process, generate string literal type that will be used as the type of the `name` argument in the `setAlternateAppIcon` function. https://github.com/pchalupa/expo-alternate-app-icons/blob/f813b59e6e589af2d41dfd400b9eed7f33bfc5c0/src/index.ts#L32-L34 ## Example Icons "icon-a", "icon-b" and...

enhancement

Closes #37 📦 Published PR as canary version: 0.1.12--canary.74.9d5a946.0 :sparkles: Test out this PR locally via: ```bash npm install [email protected] # or yarn add [email protected] ```

enhancement
android

This PR adds export of [useSafeAreaEnv hook](https://www.nativewind.dev/v4/tailwind/new-concepts/safe-area-insets#usage-native) from the `nativewind` package and safe-area plugin according to the [docs](https://www.nativewind.dev/v4/tailwind/new-concepts/safe-area-insets).

So far, this lib has no test. Setup and add unit tests for the plugin. See https://github.com/expo/expo/tree/main/packages/expo-module-scripts#-jest

Add `backgroundImage` option to the example project or add documentation. Consider documenting a plugin API.

documentation

This PR adds CSS interop for `SectionList` component.

help wanted