React-Native- Detox - How to change DatePicker value in Android - react-native

For iOS we have setColumnToValue for dynamically selecting value in Picker. I searched a lot in google but couldn't find any solution for Android.
If anyone has faced the same issue and having some workaround then please let me know.
Thanks in Advance.

Related

How to show images and text using react-native-material-dropdown?

I'm developing social app using react-native.
There, I have one problm during developing.
I used react-native-material-dropdown module for making dropdown.
I want to show images and text on each element on dropdown.
But react-native-material-dropdown module doesn't support this feature.
How can I solve this problem?
Please help me.
Try using the renderBase prop, see this and this issues that could help you :)

React Native Appium picker

We have started developing an iOS/Android app using React Native. We have automated a lot of our functionality so far using Appium, but have run into a problem with being able to set or select values in a picker (date or choice picker).
I am trying to find if we need to try to fix Appium or look into providing a solution in React Native. I know native iOS/Android apps have solved this issue in the past couple of years, so hoping someone might have an idea on how to solve it for ReactNative.
An example of what we tried to do with Appium (based on what we did with our old iOS Application).
To pick "Colorado" from a picker, we would do the following:
driver.getElementById("IdOfElementOnPage").sendKeys("Colorado");
The problem is that this does not work. Even though it can find the field by id, it cannot select the value from the picker.
Here is a screenshot from Appium of the issue. See how the picker options are just one big blob of text?
enter image description here

React-Native handling platform dependent type faces (fonts)

Hey does anyone happen to know, how to handle cross platform font stylings in iOS and Android ? I am trying to google this and there appears to be no results. That is I want roboto for android and sanfranciso for iOS, is there a best practice for handling this ?
https://github.com/facebook/react-native/pull/7033
So this answers the question to the style sheet problem!

Couldn't find module:alloy/controller/container for architecture:i386

Everybody.
Now I am building a simple titanium project using appcelerator studio.
I am a beginner in this scope(titanium).
So I have some problems.
First I can't use "Alloy.createcontroller()".
Anyway I can see the message after running my project in iOS simulator (iOS 9.1).
Please let me know the reason why.
Help me!
Regards.
This error should only occur if you are missing this controller in app/controllers/container (case sensitive)

AIR Native Extension for accessing native UI controls on IOS

Does anyone have a clear idea about or a sample of air native extension that helps me use alert view of apple touch devices.
I tried a lot for the same but ended up getting no success.
Thanks in advance.
I am not tried this library anyhow please try with NativeAlert.
(OR)
This for alternative for access native UI.
You can try with ios-theme-for-flex-mobile-projects link.
This link shows like iOS Alert view.
Please find mobiletheme_ios_usage.fxp link you can download that project then workout.You can see iOS alert view(Not Native UI).