Release v1.0.0-alpha.0
Pre-release
Pre-release
·
707 commits
to main
since this release
Feature Updates
- π¨ added default Button library theme (6768c6d)
- π¨ added progress bar theme to default theme context (3710c72)
- π¨ added switchTheme to defaultTheme (be2abc0)
- π¨ added thumb shadow style (f062df5)
- π₯ added slider range option (0719e25)
- π₯ changed multiple conditional icons into a one single scalable icon (c32328a)
- π₯ wrapped progress bar component (800a7b0)
- π·οΈ added avatar component types (8484279)
- π·οΈ added Button prop types and keys (d0083a8)
- π·οΈ added DeepDictionary and DeepPartial common types (7088635)
- π·οΈ created a generalised Dict for objects (8830cbb)
- π added avatar group theme (840beff)
- π¦ added example expo app related dependencies (3b4bcba)
- βοΈ added avatar component prop keys (5b8b254)
- β»οΈ refactored Avatar Status (1309e19)
- π wrapped button component with use of , new prefix and suffix slots (ccf5ca7)
- β¨ added avatar basic theme to context with active and away status (14e23ed)
- β¨ added circular prop to Avatar (c4bdd79)
- β¨ added create Box Element hook (bb7cab6)
- β¨ added create element and component util functions (c9d60a2)
- β¨ added create Text Element hook (d1a87da)
- β¨ added default tailwind config for styling (0583fbf)
- β¨ added icon style option to createButtonIcon function (eed573f)
- β¨ added isFunction helper (2c2c5bc)
- β¨ added isString, isUndefined util functions (09ffc8b)
- β¨ added min, max and hint to Circular Progress Component (0b1e8fa)
- β¨ added progress bar component (949fafd)
- β¨ added showRing and ringColor props to AvatarGroup (de9f12b)
- β¨ added thumbTintColor Switch Component (55a3a12)
- β¨ added track color props for progress bar customization (7417653)
- β¨ added typing animation to Avatar Status (62fa3b9)
- β¨ added useAvatarProps hook (d57df86)
- β¨ added useSpinnerProps hook (2be93ed)
- β¨ created a common Theme Context using default tailwind functions (bd9b991)
- β¨ created Animated Box component (eeb7cfc)
- β¨ created basic single value Slider component (7489341)
- β¨ created Box component (ba356c2)
- β¨ created Switch component (b27b489)
- β¨ created Text component (4a15dfb)
- β¨ created Touchable component (cfce698)
- β¨ created TouchableWithoutFeedback component (b18ff7d)
- β¨ updated Button component with prefix, suffix and its loading states (9eedfbb)
- β¨ used and createIcon for prefix and suffix slots (2faeba4)
- β¨ wrapped storybook inside TailwindThemeProvider (914a2d7)
- π added ButtonSpinner as loading component for Button (3653303)
- π added createIcon function' (82ada09)
- π added useTagProps hook (3b463af)
- π created AvatarGroup component (c57abd8)
- π created AvatarImage component (aca4f3d)
- π created badge component (e201b37)
- π created basic button component (b32453f)
- π created basic Tooltip component (723cc89)
- π created ButtonPrefix and ButtonSuffix components (0506291)
- π created Circular Progress component (80e0312)
- π created Icon Wrapper Component (df30762)
- π created Spinner Component (85fb19c)
- π created Tag Component (a4c6342)
- β‘ added for loading button (2e3b685)
- β‘ added circular theme for avatar (643703a)
- β‘ added createContext util function (0c68b9a)
- β‘ added prefix and suffix as button options (a596b35)
- β‘ added useButtonProps hook (6c763b0)
- β‘ created basic Avatar component with status(Active, away, sleep) (948d310)
- β‘ created useBadgeProps hook (d3343bb)
- β‘ fixed type issue with createComponent util function (a6b427c)
- added avatar component (cc139d4)
Code Refactors
- π¨ changed style px[6px] -> px-1.5 (9cfeda3)
- β°οΈ removed react native storybook loader (0202e8f)
- β°οΈ removed switch styles which has been moved to theme (12bfd2c)
- π₯ removed unwanted code (2478545)
- β removed base and added ringStyle to avatar wrapper style (b47d30f)
- β removed box/text element create functions and stories related to it (c063e4d)
- β removed console log (e0ef5f7)
- β removed unnecessary files (ef8dc66)
- π·οΈ added proper types to the TailwindThemeProvider props (44ee3a1)
- π·οΈ updated avatar status type (adc7120)
- β»οΈ added commentsa and fixed variable names (8f29a32)
- β»οΈ added container and text style prop, integrated with useBadgeProps hook (54fd144)
- β»οΈ added cx to tailwind classnames, removed usage of lodash pick (7d05891)
- β»οΈ added useProgressBarProps hook for handling props (a2a9efd)
- β»οΈ avatar comp refactored to work with props hook and also under AvatarGroup (0f53937)
- β»οΈ destructuring of props to assign default values (b4ed58c)
- β»οΈ made suffix to work as slot, better prop names with desc and fixed all imports (f0ec055)
- β»οΈ moved prefix and suffix to separate conditional renders (3d8c860)
- β»οΈ moved switch related constants to switch Theme (2c31c2f)
- β»οΈ refactored create component and element util function (13fff7b)
- β»οΈ refactored structure of Touchable primitive component (a65dc95)
- β»οΈ refactored Text component (5358e6a)
- β»οΈ removed useBadgeProps hook, added prefix & box style, text style overiding case (83876b8)
- β»οΈ switch component final refactor (39681ef)
- β»οΈ updated AnimatedBox component with common export (f57ddb5)
- β»οΈ updated avatar styles with status(Active, away, sleep) (781c04b)
- β»οΈ updated component with default theme styling from context (fce5ff8)
- β»οΈ used simple prop destructuring to Avatar Status (def1c80)
- βͺ removed white bg and changed namings of knob style (cc6ed1a)
- β¨ fixed imports and tweaked typing transition animation (87527b7)
- π renamed switchStyles to switchConstants (bf2c74b)
- β‘ added prop details, default value for state, knob color (e4c7578)
- β‘ wrapped DefaultUser inside Icon component with Avatar size based styling (688fc01)
Bug Fixes
- π©Ή removed negative margin to the 1st avatar child in Avatar Group (0254062)
- π added conditional render of prefix and suffix in icon only case (c935b25)
- π fixed import path (3043b50)
- π fixed wrong prop name being assigned to SVG Path (bad4bab)
- π removed a prop internally shared between components from the AvatarProps type (ade20a5)
- π style fix overriding ring style by default border radius (8bb5a41)
- π¨ fixed hint text alignment (78cda17)
- π changed 'radios' -> 'radio' in control type for stories (3b0caf9)
- π ficed tailwind-merge import (220cdd9)
- π fixed on/off color prop (05fcc3f)
- π handled suffix/prefix undefined error (84da67e)
- π removed aspectRatio which enables the component to act like a slot for Button (b1b62fd)
- π possible fix for the small pixel jump when between loading states of button (9461977)
- π·οΈ fixed type import issue (62e16c1)
- βοΈ changed stroke prop to fill (8c80ea5)
- π¨ fixed {} being used as a type lint error (5bd965f)
- π¨ fixed lint issues and added return types to functions (960ce0b)
- π fixed file imports (6525d72)
- π fixed file imports (cf46575)
- π fixed import path to avoid "Require cycle:" warning (ff1c9ea)
- β‘ added size based borderRadius value using default theme (eb20299)
- β‘ fixed android gesture failing (a7a0f34)
- β‘ fixed storybook react-native package issue (86d34d9)
Test Updates
Build Updates
- ποΈ updated dependencies to latest version (a21194a)
- π added lodash types as dev dependency (b659c7d)
- π added lodash, tailwind-merge and update version of twrnc (70986af)
- π updated tailwind, tailwind-merge and tailwind-react-native packages (9b57d24)
- π yarn install changes (7afeab1)
- β‘ added chakra ui hook dependency and removed unwanted peer dependencies (0a1fb61)
Other Changes
- π¨ added circular progress default theme (9ac5aed)
- π¨ added hint based and default sizes for circular progress (ec1f551)
- π¨ added icon sizes and loading spinner sizes (68bd1d9)
- π¨ added icon styles to default theme (95af08d)
- π¨ added prefix default styles to input theme (bb3ffe8)
- π¨ added spinner styles for loading button (ffeee8c)
- π¨ added spinner styles to default theme (c442051)
- π¨ added suffix slot styles and changed closable slot style (35393af)
- π¨ added tag styles to default theme (cc25996)
- π¨ added typing style to default theme (881a52d)
- π¨ changed width style to min width for prefix and suffix containers (7b754ff)
- π¨ changed width to min-width for prefix and suffix style (8ef2a17)
- π¨ extended default tailwind config with new colors and fontSize (a5b160f)
- π¨ fixed icon container styling for prefix and suffix (ebf6cd1)
- π¨ split size dependent styling into specific container and text styles (0be6c76)
- π¨ updated Avatar status styles (28b793d)
- π¨ updated color palette (dd35d6f)
- βοΈ changed key size -> spacing in avatar wrapper theme (1077d09)
- βοΈ fixed ghost input focus text color (d61ff87)
CI Changes
- apps: π add actions, renovate and kodiak (#38) (8f10f21)
- deps: β remove react native apps auto updates (#40) (b1dbad3)
Maintanance Updates
- π©Ή sorted imports (e1ab51e)
- π½ added drawer navigation with Avatar and Button component screen (04bd2a2)
- π½ moved example project to expo (542e747)
- π¨ added 'absolute' to knob position style (9b24deb)
- π¨ added border color and removed border width from knob styles (b69e546)
- π¨ added checkbox default theme (5ec92a8)
- π¨ added conditional filled bar style for flat borders (f036d70)
- π¨ added controllable args to Default Avatar Group story (fe498ac)
- π¨ added default input component theme (4316d9e)
- π¨ added disabled and knobIcon styles (8f0f066)
- π¨ added focusWeb key for web specific theme (5f2a755)
- π¨ added meter styles to default theme object (6c529d8)
- π¨ added pressed/hovered style for the radio (1a9362e)
- π¨ added select styles to defaultΒ theme (d5adf67)
- π¨ added size based borderRadius value to avatar theme (890a322)
- π¨ added slider style to default theme (42d8969)
- π¨ added spinner and suffix default styles (144bb44)
- π¨ added storybook web config (b11f35c)
- π¨ added storybook web scripts and other dependencies (a5ba80a)
- π¨ added tooltip styling to default theme (3dea302)
- π¨ changed default fill color (26c6368)
- π¨ fixed badge stack container style (de6c689)
- π¨ fixed text style (2031617)
- π¨ moved colors to extend in tailwind config (b7945e7)
- π¨ updated adapt ui colors (3223f40)
- π¨ updated avatar style based on new colors (5b3cd7d)
- π¨ updated button theme (125095a)
- π¨ updated colors in badge theme (10f9bfd)
- π¨ updated Icon component to use color prop as svg fill color (7a1a0ce)
- π¨ updated prefix and suffix container styles (e581022)
- π¨ updated primitive component stories (9050a42)
- π¨ updated track styles and knob position (38996ee)
- π± added avatar component svg assets (63be5c9)
- π± added Close icon as svg (b8e5700)
- π± added Equals icon svg (d1409f8)
- π± added new set of icons (41c35a5)
- π± added Search icon (53578ad)
- π± added svg assets for Avatar Component (7cf8a27)
- π± added svg icon assets (5225bef)
- π± added tooltip arrow (a6150af)
- π changed file import from storybook-react to storybook-react-native (1c744fd)
- π changed value to defaultValue (c21b970)
- β°οΈ deleted component stories (d15f953)
- β°οΈ removed example project (9ec1916)
- β°οΈ removed example project (5560949)
- β°οΈ removed importsNotUsedAsValues rule (958a715)
- β°οΈ removed stories (fc3a0fe)
- β°οΈ removed storybook (5681b17)
- π« added Animated Box component to storybook (c47a4eb)
- π« added Default Progress Component story (f4fa540)
- π« integrated library default theme with context (4a2e3c2)
- π« integrated rn-gesture handler and reanimated with Android (1e8fc09)
- π« update switch component stories (22336d9)
- π₯ added common export files (38c0231)
- π₯ removed babel config (d47fb3a)
- π₯ removed unused style object (444b3d2)
- π updated dependencies to latest version (a716e95)
- π updated package dependencies (72c8656)
- β removed createButtonIcon function (72a9067)
- β removed SleepIndicator svg (6a0445b)
- β removed withDelay function which wrapped withRepeat animation (9fd5f54)
- β added button component (3e0bec0)
- β added reanimated and gesture handler libraries (c647ccd)
- π·οΈ added 'min' and 'hint' as props types (2db3be2)
- π·οΈ added circluar progress props hook with default values (7ba6864)
- π·οΈ added icon and spinner as button option props (d7e8e15)
- π·οΈ added loading key to Button props (3e6ec88)
- π·οΈ added prefix and suffix props as Button Options (e3d41c7)
- π·οΈ added prefix, suffix and closable as tag options (af48e0a)
- π·οΈ added RenderPropType, RenderProp and IconProps types (504ef1d)
- π·οΈ added size and parentsBackground properties to AvatarStatusProp type (8a996b3)
- π·οΈ added size prop to AvatarImage component for borderRadius value (dbedfc5)
- π·οΈ assigned IconProps to SVG PathProps (12d8c23)
- π·οΈ fixed type import from Animated package (cef947d)
- π·οΈ replaced any with unknown type (9bfd03c)
- π refactored import statements (84fe67e)
- π added Avatar component to Storybook (f8cfe75)
- π added more specific Button Component stories (eaa5943)
- π updated README.md (3969cb5)
- π updated README.md (ed086e2)
- π¦ added @react-native-aria/overlays (fde2b36)
- π¦ added bottom sheet (6c74f16)
- π¦ added lodash types package (18eb285)
- π¦ added react aria visually hidden package (f2a69e4)
- π¦ added react aria visually hidden package (587cc18)
- π¦ added react native aria checkbox hooks (2033c90)
- π¦ added react native aria checkbox hooks (d931f50)
- π¦ added react native aria interactions, react stately overlays packages (5244071)
- π¦ added react native popper (55882bc)
- π¦ added react native tailwind package and included ts build configs (81d81c5)
- π¦ added react-native-gesture-handler as dependency (49eb6d5)
- π¦ added react-native-popper package (ace5933)
- π¦ added react-native-svg dependency (f097d12)
- π¦ added react-native-svg package (af8687e)
- π¦ added reanimated as a dependency (782fe28)
- π¦ changed order of package dependencies (e8288bf)
- π¦ changed versions of reanimated and gesture-handler supported by expo (b9f0704)
- π¦ fixed reanimated and gesture-handler versions (726d808)
- π¦ moved some packages to devDependencies (57f50b9)
- π¦ rebase changes (4324d5e)
- π¦ rebase changes (6226f10)
- π¦ removed react types (a37ffff)
- π¦ removed unnecessary scripts (b30e8b6)
- π¦ updated dependenciest to their latest versions (2b1ddb3)
- π¦ updated expo (0e02103)
- π¦ updated expo (54b9ab5)
- π¦ updated packages to support expo (76f1fae)
- π¦ updated reanimated and expo (c9a0fd1)
- π¦ updated reanimated package (514878e)
- π¦ updated tailwind and tailwind react native packages (53542a4)
- βοΈ changed name from spinnerProps to spinnerLibProps (d6738a7)
- βοΈ changed placement to side prop name (10be382)
- βοΈ renamed stroke prop to track (c561486)
- βοΈ warning message typo fix (45ef5dd)
- β»οΈ replaced useTailwindThemeContext with useTheme (d89caf7)
- π created expo build (df391a4)
- π removed usage of react-native-system in imports (759bdd7)
- π¨ fixed linter/ts errors (7f00d02)
- π added a eslint disable comment for no-var-requires (dfe7fc6)
- β¨ added a styled box story (da2c943)
- β¨ added arrow positioning, and web specific tooltip which appears on hover (3f00927)
- β¨ added Avatar and Button examples (37d895c)
- β¨ added Avatar component stories (ac88587)
- β¨ added avatar groupΒ export (220aeac)
- β¨ added AvatarGroup stories (4fd1b3f)
- β¨ added Badge component stories (ca60a29)
- β¨ added BadgeScreen component (e4b9644)
- β¨ added basic meter component (2c72df4)
- β¨ added Button component stories (c17f607)
- β¨ added button example (355826c)
- β¨ added ButtonStack story (0ec5c93)
- β¨ added Check icon (9d0d392)
- β¨ added Checkbox, CheckboxGroup components (4f40e5f)
- β¨ added Circular Progress component stories (f887b0d)
- β¨ added comments, animated knob active and other refactoring (3afaeb9)
- β¨ added createButtonIcon and included textstyles as a prop for button (7a4fbd4)
- β¨ added customised and default spinnner stories (4f68e27)
- β¨ added customised Button story (947e1a1)
- β¨ added cx and styleAdapter util functions (7eb84a9)
- β¨ added Dash icon (8ae635a)
- β¨ added expo ts config to existing config (5eeeb3e)
- β¨ added gesture handler global import (14b6186)
- β¨ added getValidChildren util function (d34e057)
- β¨ added hover state to Select Component (e9458b9)
- β¨ added hover/pressed style for specific web/mobile (e0814fb)
- β¨ added Input component stories (39e368c)
- β¨ added InputPrefix wrapper component (b325831)
- β¨ added knobIcon and disabled props (46c5377)
- β¨ added label/desc wrapper style (51555ff)
- β¨ added mergeRefs and composeEventHandlers util functions (c03bc02)
- β¨ added navigation/drawer container to the example app (df49841)
- β¨ added prefix option (852136a)
- β¨ added pressed/hovered styles based on platform (8a581f9)
- β¨ added Progress bar component (6bf303a)
- β¨ added Progress Bar to Storybook example (33114cd)
- β¨ added Progress Component storybook preview (49c557f)
- β¨ added Radio and RadioGroup components (f6c174f)
- β¨ added radio style to default theme (073e338)
- β¨ added script to supress require cycle warning (a5f281a)
- β¨ added Select component (c7177e7)
- β¨ added select icon (c4e24b0)
- β¨ added separate tooltip arrow component (7c57607)
- β¨ added showTooltip prop (5ce38ab)
- β¨ added size based positioning of tooltip (c52a412)
- β¨ added slider and sorted the exports (6f3b597)
- β¨ added snap when step value is provided (d8ca963)
- β¨ added Spinner component preview to Storybook (43c1093)
- β¨ added spinner library prop keys (d304168)
- β¨ added suffix and prefix props, refactored TextInput props (3f8542d)
- β¨ added suffix option and loading states (ed316d6)
- β¨ added Switch component stories (08c62b5)
- β¨ added Tag component stories (41d478f)
- β¨ added tailwindcss and latest tailwind react native classnames (057f17e)
- β¨ added tooltip folder export (3cc58af)
- β¨ added tooltip on dragging state and other refactoring (92f3a56)
- β¨ added Tooltip stories (63fce91)
- β¨ added util functions (de789b1)
- β¨ added web based focus/hover styling (de6c03a)
- β¨ addesd --reset-cache to react native start command (b5b7da7)
- β¨ changed prop key stroke to track (e951f06)
- β¨ configured project using react-native-builder-bob (76b2572)
- β¨ created Button component stories (fc0e981)
- β¨ created InputSuffix component (c538044)
- β¨ created Slider Filled Track component (3f11507)
- β¨ created Slider Track component (732a9b4)
- β¨ created SliderTooltip (50b2e91)
- β¨ fixed default switch component colour animation issue (6ae2930)
- β¨ fixed knob and tooltip position (a8a4e94)
- β¨ fixed slider tooltip position (08f2b97)
- β¨ fixed the story loader module issue (0346f54)
- β¨ listed all stories (a329255)
- β¨ made storybook example app work in both mobile and web (0c8357e)
- β¨ passed Animated.View to createComponent function to enable ref (2d5b535)
- β¨ passed size to SliderTooltip, repositioned knob, changed filled track styles (c78160f)
- β¨ refactored Avatar and AvatarGroup component (dd0bd17)
- β¨ refactored to work with the web (88f63ac)
- β¨ removed position styles for track (166c878)
- β¨ replaced old create function with the new createComponent util function (a5f0bc4)
- β¨ replaced Touchable in place of Box to enable touch events on prefix and suffix (c95a86a)
- β¨ tweaked progress state hook to accept step up value as another param (8701dd8)
- β¨ updated Avatar component related stories (072fdb6)
- β¨ updated Avatar story with Avatar in background (59bc0f0)
- β¨ updated circular progress with a different step up value (abce92b)
- β¨ updated example app (b32ee7d)
- β¨ updated fontsize (b126f7b)
- β¨ updated imports and enabled components to receive ref as props (5f6a548)
- β¨ updated track style and added tooltip text style (680b449)
- β¨ updated version of react-native-gesture-handler (8c0d9f7)
- β¨ wrapped inside OverlayProvider (a7c850b)
- β¨ wrapped Tooltip component (0738fc2)
- π added Avatar Group Stack to storybook (f87ae23)
- π added loading button stories (faaf277)
- π created basic Input component (c903499)
- π created TextInput primitive (b8149d5)
- π© added Avatar component to storybook example (63d9fc8)
- π added common export for createIcon function (8990a31)
- π added common export for switch (850ac3c)
- π added default export of createContext (dfc5343)
- π added tag related files to common export (2757155)
- π added test related packages and configuration (4ae5216)
- π added theme to default exporting in src (44f3f74)
- π changed import path to the specific file (d493e97)
- π moved Avatar Stories to a sub folder under stories (8209fa9)
- π moved progress and badge stories to components folder (5baceee)
- π renamed components folder to primitives (54621c5)
- π renamed types file to avatarPropTypes (3eb37f8)
- π moved AvatarGroup component to separate folder (1efb18c)
- β added Box primitive component tests (ec22bc0)
- β added Text primitive component tests (83a0158)
- β added Touchable primitive component tests (206e46d)
- β added TouchableWithoutFeedback primitive component tests (b6f854e)
- π§ added eslint and prettier configuration (00d7ea5)
- π§ fixed import for IconProps (f58e87f)
- β‘ added a11y (fa342c8)
- β‘ added Badge component different variations (06f6344)
- β‘ added Badge story (944d479)
- β‘ added Button component to storybook (c5228a1)
- β‘ added button options to hook (4f79494)
- β‘ added Button with prefix and suffix stories (fc8f313)
- β‘ added Circular Progress component to Storybook (7e835c0)
- β‘ added custom progres bars to storybook (bd8b1f4)
- β‘ added default badge styles to the default theme (7b54b85)
- β‘ added iOS like Switch Component to storybook (ad5111e)
- β‘ added jest testing for react native (cd9b4a8)
- β‘ added margin to pressed touchable style (179db97)
- β‘ added meter state hook (383c316)
- β‘ added optional iconSize param (fd55aa1)
- β‘ added parentsBackground prop (7c7cb00)
- β‘ added primitive component stories (cefdbf2)
- β‘ added prop control in switch storybook (0db76aa)
- β‘ added stories to storybook for the components created (e220b0f)
- β‘ added storybook to example project (6f11f97)
- β‘ added Tag stories to storybook (1afb237)
- β‘ added Tooltip Arrow (ae91476)
- β‘ added working expo app in root dir (7fc1af4)
- β‘ changed Box primitive component (c6a41e4)
- β‘ created and added Spinner Story component to Storybook UI (ba3e738)
- β‘ created animated component using primitive Box component (140e88d)
- β‘ created Badge story (97579e9)
- β‘ example ios app run successfully (5a9ef3e)
- β‘ fixed file imports and replaced createIcon in place of createButtonIcon (bd730ef)
- β‘ fixed imports and turned off font scaling in Text (4ac8626)
- β‘ imported specific routes from avatar folder (213ca0f)
- β‘ integrated custom tailwind config/theme to work with system Provider (d210771)
- β‘ integrated meter with useMeterState hook (ea37151)
- β‘ moved aspect ratio value after the style property to avoid overiding (d451003)
- β‘ set default radio size to 'md' (a080968)
- β‘ sorted default exports and added meter component (ab6a4c6)
- β‘ updated avatar component storybook (ab35e54)
- β‘ updated button stories (fe09a3d)
- β‘ updated Circular Progress storybook (01dc9e7)
- β‘ updated stories of Box and Text (648528e)
- β‘ updated Switch component storybookUI (c51a789)
- β‘ updated Tag stories (a91ad22)
- β‘ updated tsconfig for build (85000e3)
- β‘ updated types and react-native destination (23cbe90)
- β‘ used box and text create element hooks to render stories (e379645)
- β‘ used tailwind context function to add styles to components (d56ab10)
- β‘ wrapped App insider GestureHandlerRootView (f9b37b9)
- β‘ wrapped StorybookUIRoot in View and fixed StatusBar issue in Android (47e753a)
- β¨ set showRing to true in AvatarGroup (#42) (65b6d54)
- added common export file in src folder (c6e602a)
- added reanimated babel plugin (2bec5e2)
- added Switch component common exports (d3c9ff0)
- added switch component to storybook (b215fa3)
- deps: pin dependencies (#39) (a51679d)
- initial commit (cc98a24)
- migration: π separate example from core (4059ebf)
- readme: π refactor (#43) (593a085)
- release-it: π· remove release tag check (4b38fb5)
- release-it: π· remove yarn test check (63eaa3e)
Updates Reverted
- βͺ reverted npm test script (e396893)