tuanpmt / react-native-smartconfig

A React Native module for ESP8266 Smartconfig
128 stars 65 forks source link

Is this project maintained? #6

Open wachunei opened 6 years ago

wachunei commented 6 years ago

Hello,

I've seen there are is an issue and a PR about timeout and promise rejection, but they've been unattended for a while. Is this project still being mantained? Can we as community help to keep it updated?

vjfuenzalida commented 5 years ago

@wachunei did you manage to make this package work?

I did, but I'm having trouble with some import syntax. My problem comes when I try to build the app with xcode (I'm using Expo, but I detached the app to test the library). The kind of errors that appear in the building process are like this one: 'React/RCTDefines.h' file not found. It can be solved by changing the import syntax, but I'm tired of doing this manually, so I was wondering if you have any podspec or some script to avoid this situation.