Taufan Prihantoro

Results 7 comments of 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 ![image](https://user-images.githubusercontent.com/33638021/94224207-fe11ca00-ff1b-11ea-9458-8e374ce7b9df.png) 2. Modify the progressBarBackgroundStyle width ![image](https://user-images.githubusercontent.com/33638021/94224278-1aae0200-ff1c-11ea-871a-bc492bc83f75.png) 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 }, }; ```