UNPKG

react-native-multistep

Version:

Create multi-step forms with ease in your React Native app

8 lines (7 loc) 206 B
"use strict"; export const BACK = 'Back'; export const NEXT = 'Next'; export const DONE = 'Done'; export const PRIMARY = '#FD4D47'; export const SECONDARY = '#9c9c9c'; //# sourceMappingURL=constants.js.map