Does Spokestack support React-Native? - react-native

I see the React-Native library hasn't been updated lately? https://github.com/spokestack/react-native-spokestack
Is it still being supported?

The 2.1.2 version is still supported! There will be a 3.0 soon™ with Text to Speech support and other shiny new features TBD.

Related

What is the current Android SDK support? - Expo

I can not find the Expo support for Android SDKs. Android 4.4 is no longer supported since Expo SDK v31.0.0 version Here. Since Expo v31 now is 6.0
Where can i find more information about Android SDK support?
You can see it in the docs:
The minimum supported OS versions are Android 5+ and iOS 10+
If you need to support older versions, you will not be able to use the managed workflow.
Android 5.0 is Lollipop, API 21.

Dojo toolkit support for IOS8

I am working on a hybrid application using IBM worklight and Dojo toolkit. On IOS8, only the button clicks are working. Rest all the elements do not respond to any click. Has anyone tried using Dojo toolkit 1.9 with IOS8? Does this version of Dojo supports IOS8.
Thanks.
I don't think this is supported for Dojo 1.9.X. It was released more than a year ago and iOS8 is brand new:
Release notes state that iOS6 is supported
Even Dojo 1.10 does not claim to support iOS 8.
iOS8 is not released, so it is difficult to claim iOS8 support ;) That said some problems have been found on the beta (in particular around scrolling) but be assured that Dojo 1.9 (and 1.10) will be updated to bring iOS8 support. So you will be able to run your app on iOS8.
PS: release notes are corresponding to initial releases i.e. 1.9.0 and are (unfortunately) not updated for dot release. Current 1.9.X release (1.9.3) does support iOS7.
Edit:
Since September 15, Dojo 1.8.7, 1.9.4 and 1.10.1 now support iOS8. See here www-01.ibm.com/support/docview.wss?uid=swg21684538 on how to upgrade your IBM Worklight release.

Worklight support for Android 3.0?

Checking the supported operating systems with the IBM Software Product Compatibility Reports web page:
http://pic.dhe.ibm.com/infocenter/prodguid/v1r0/clarity/index.html
It jumps from Android 2.3 to Android 4.0.
Is it an error that Android 3.0 is not in the list?
Thank you.
Android 3.x is not supported by Worklight.

Titanium content assistant not working

The content assistant is not working.
I'm working on OSX, Titanium Studio, iOS & Android mobile app and have tried the following:
Installing the following SDKs: 3.2.0, 3.2.1, 3.3.0.
Tried reverting between those versions.
Checked the Project Natures (mobile - primary, mobile module, are checked).
Tried every option on the Project Build Path.
Of course tried to build the project again and again.
Check the content assistant preference both in the main preference and in the project properties.
Are the any more suggestions?
I believe this is a bug in the 3.2.0GA SDK (3.2.1 and 3.3.0 are not official releases yet). As far as I have heard it is known and should be fixed in the next SDK update. Only question is when this update will be out.
You can get content assist back by reverting to 3.1.3GA, but that doesn't help you much if you need features from 3.2.0GA.
EDIT:
The issue is described in this JIRA-ticket and as it mentions should be resolved in the upcoming 3.2.1 release.

How to downgrade to Titanium SDK 1.5.1 from 1.6

I wanted to develop using Titanium 1.5.1. Now when I download Titanium I am having SDK 1.2. and when update to 1.6 which is the only option I get to update, I don't get 1.5.1 SDK.
How can I get SDK 1.5.1.?
open your titanium developer application and go to "edit" - here you can change the titanium sdk chosen for your project. no need to download the old one.
Follow the steps on the Appcelerator Continuous Builds site for obtaining and installing legacy builds.
http://wiki.appcelerator.org/display/guides/Continuous+Builds
Go to Help > Install new SDK and choose the version from the drop down by checking the lower combo button.Hope this will help you!.