•The language selection dialog was not wide enough for very large font sizes •Directory chooser dialog on Linux: For large font sizes, the layout was not correct and the cancel button was not localized. •When bundling a JRE on Linux, the temporary directory in the working directory wa...
import { useHasSystemFeature } from 'react-native-device-info'; const { loading, result } = useHasSystemFeature('amazon.hardware.fire_tv'); // { loading: true, result: false } <Text>{loading ? 'loading...' : result}</Text>;
Added Amazon Corretto and Azul Zulu JDK providersUniversal binaries architecture selection in the "Installation options" step of the macOS media wizards. Launchers then work with both x64 and aarch64 (Apple Silicon) architectures.Universal JRE bundle generation on macOS. If the Universal binaries ...