Skip to content

Commit

Permalink
fix(bara-react): switch to react-native for AppRegistry import
Browse files Browse the repository at this point in the history
  • Loading branch information
locndv committed Apr 12, 2019
1 parent a02a047 commit 56144fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { register, useInit, useStream } from 'bara'
import React, { ComponentType } from 'react'

import { AppRegistry } from 'react-native-web'
import { AppRegistry } from 'react-native'

const BaraApp = (AppComponent: ComponentType) => () => AppComponent

Expand Down

0 comments on commit 56144fb

Please sign in to comment.