sockets - No transports available -


i trying upgrade react-native app use react-native 0.5.0 , firebase. according article react-native sockets working , full firebase sdk should available.

i using firebase-debug , @badfortrains react-native fork success following example project https://github.com/badfortrains/wsexample.

since upgrading getting error

error - no transports available

when looking @ issues on react-native repo came across https://github.com/sjmueller/firebase-react-native/issues/1

@stephenplusplus says pushed bunch of buttons , activated magic. idea referencing??

there other question error creating user: { [error: there no login transports available requested method.] code: 'transport_unavailable' }

any on understanding issue between using badfortrains firebase-debug , newest version of react-native firebase appreciated.

i don't know if implementing incorrectly or if article mentioned above bit overzealous.

thoughts???

thanks.

oddly enough starting new project scratch using react-native-cli generator able copy , paste of components on new project , have work perfectly.

i not sure problem assume there issue xcode project settings when trying upgrade. despite cleaning project, resetting xcode default settings, removing derived data, restarting package bundler, nothing worked until created new project.

this should prove there nothing wrong javascript frameworks rather obscure xcode project setting. continue solution other spinning new project works.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -