Prevent the phone screen from going to sleep.
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(example): use white background

The example doesn't need fancy theme handling. It just needs to show things that can work.

Joseph Hale (Jul 25, 2025, 4:05 PM -0700) d3f9af06 10a27e30

+3 -1
+3 -1
example/src/App.tsx
··· 1 - import { Text, View, StyleSheet } from 'react-native'; 1 + import { StyleSheet, Text, View } from 'react-native'; 2 + 2 3 import { multiply } from 'react-native-keep-awake'; 3 4 4 5 const result = multiply(3, 7); ··· 13 14 14 15 const styles = StyleSheet.create({ 15 16 container: { 17 + backgroundColor: '#fff', 16 18 flex: 1, 17 19 alignItems: 'center', 18 20 justifyContent: 'center',