elmcapp

Results 35 comments of elmcapp

In xcode you need to edit Info.Plist file. instead of using ezmachine._tcp. use _ezmachine._tcp. On Thu, Dec 10, 2020 at 2:52 AM Julian wrote: > Scan stop working after submitting...

> Have you added the following to MainApplication.java > > ``` > +import org.wonday.orientation.OrientationActivityLifecycle; > @Override > public void onCreate() { > + registerActivityLifecycleCallbacks(OrientationActivityLifecycle.getInstance()); > } > ``` yes

@joshdholtz @aboedo Is it possible that we could have an update soon to include this. It's really needed. I did a little testing this weekend I was able to use...

> ## Describe the feature > I saw that there are numerous issues saying that the height of the PagerView is not according to the height of the children. I...

I found a fix for the issue. Would be nice if @troZee could patch this for us. Go to file path: node_modules/react-native-pager-view/scr/utils.tsx comment out line 30 and 31 currently ```...

Workaround is to use a width, alignContent, textAlign inside of the prop itemStyle ```` itemStyle={{ // This workaround must include a width. You can use % width:"30%" width: 300, alignContent:...

I convert image to base64 then stored the base64 string to react native AsyncStorage. Then when the app loads instead of loading it from the image path I load it...

Seem as of now we can not use SceneDelegate. I have the same issue. I convert my React Native objective-c to a swift template. When use SceneDelegate I get the...

I have similar issue. The issue for me is that when it pops back open.

"@react-navigation/bottom-tabs": "^6.2.0", "@react-navigation/drawer": "^6.3.1", "@react-navigation/material-bottom-tabs": "^6.1.1", "@react-navigation/material-top-tabs": "^6.1.1", "@react-navigation/native": "^6.0.8", "@react-navigation/stack": "^6.1.1", "react": "17.0.2", "react-native": "0.67.2",