Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Use orbit-react-native in CloseButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
tbergquist-godaddy authored and RobinCsl committed Jan 8, 2020
1 parent fb86424 commit c631408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@kiwicom/mobile-utils": "^0",
"@kiwicom/rnmodules": "^0",
"@ptomasroos/react-native-multi-slider": "^1.0.0",
"@kiwicom/orbit-react-native": "^0.7.1",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react-native-image-progress": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/buttons/CloseButton.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow strict

import * as React from 'react';
import { Button } from '@kiwicom/universal-components';
import { Button } from '@kiwicom/orbit-react-native';

import Translation from '../Translation';
import ButtonTitle from './ButtonTitle';
Expand Down

0 comments on commit c631408

Please sign in to comment.