Skip to content

Commit

Permalink
fix(rn): module b64-lite not imported
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Sep 28, 2018
1 parent ddb7c12 commit ee31c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -9,6 +9,7 @@ import {
marginTop,
rounded,
} from '../../../styles'
import { atob } from 'b64-lite'

class TextInputMultilineFix extends PureComponent {
state = {
Expand Down
Expand Up @@ -4,6 +4,7 @@ import { colors } from '../../../constants'
import { Flex, Screen, Button, Header } from '../../Library'
import { padding, paddingVertical } from '../../../styles'
import QRCode from 'qrcode-react'
import { atob } from 'b64-lite'

export default class MyQRCode extends PureComponent {
static navigationOptions = ({ navigation }) => ({
Expand Down

0 comments on commit ee31c54

Please sign in to comment.