Taufan Prihantoro
Taufan Prihantoro
How to make stepindicator at full width: Open the package file at node_modules/react-native-step-indicator/src/index.tsx 1. Remove flex: 1 at stepContainer styles  2. Modify the progressBarBackgroundStyle width  in my case...
I'm just using ```LogBox.ignoreLogs(["timer"]);``` for now.
I'm having the same issue, on both emulator and real device (all Android).
> I'm having the same issue, on both emulator and real device (all Android). I managed to get it fixed by modifying the generated files from `npx -p @storybook/cli sb...
> What specifically were the changes? The origin of `storybook/rn-addons.js` was ``` import '@storybook/addon-ondevice-actions/manager'; import '@storybook/addon-ondevice-knobs/manager'; ``` The origin of `storybook/addons.js` was ``` import '@storybook/addon-actions/manager'; import '@storybook/addon-links/manager'; import '@storybook/addon-knobs/manager'; ```
Here's my config for the second parameter: ```.ts const trigger: TimestampTrigger = { type: TriggerType.TIMESTAMP, timestamp, alarmManager: { type: AlarmType.SET_ALARM_CLOCK }, }; ```