react-native-timer-picker
Version:
A simple, flexible, performant duration picker for React Native apps 🔥 Great for timers, alarms and duration inputs ⏰🕰️⏳ Includes iOS-style haptic and audio feedback 🍏
19 lines • 367 B
JavaScript
import { StyleSheet } from "react-native";
export const styles = StyleSheet.create({
backdrop: {
position: "absolute",
top: 0,
bottom: 0,
left: 0,
right: 0,
backgroundColor: "black",
opacity: 0
},
content: {
flex: 1,
justifyContent: "center",
alignItems: "center",
zIndex: 1
}
});
//# sourceMappingURL=styles.js.map