question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use the library with expo ?

See original GitHub issue

undefined is not an object (evaluating'_context$uiTheme.button') ....

also is a good idea to use expo for an app that is going for production soon ??

thank you

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5

github_iconTop GitHub Comments

3reactions
tiaanduplessiscommented, Sep 1, 2017

I’m currently using it with expo, just installing npm i -s react-native-material-ui should work. Make sure to wrap your application in a theme provider component e.g:

import { ThemeProvider } from 'react-native-material-ui'
const App = () => (
        <ThemeProvider uiTheme={{}}>
          <Stack />
        </ThemeProvider>
)

What concerns do you have with using expo for a production app?

0reactions
wodkacommented, Jan 30, 2019

it is working 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use libraries - Expo Documentation
To use a library from the Expo SDK, find the one you are looking for in the API Reference or through the documentation...
Read more >
Can I use Daily's React Native library in my Expo project?
Overview. Daily's React Native library is not compatible with Expo projects. Expo projects can be “ejected” from Expo to use the bare React...
Read more >
Explore - React Native Directory
632 libraries ... Expo Go. iOS. Web. Use Tailwindcss in your cross-platform React Native ... Provides access to the local file system on...
Read more >
Using react native library on expo : r/reactnative - Reddit
I want to use this react-native-image-marker library on my expo managed project. Do you guys know if i can use it? it has...
Read more >
How do I know if a third party library will work with Expo?
The simplest approach is to look at the install instructions of the library. If react-native link is mentioned then it won't work with...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found