React
React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.
Here are 553 public repositories matching this topic...
We should add a showcase of the Config props (https://github.com/airbnb/native-navigation/blob/master/docs/api/navigator-config.md) to the example app.
I can get started on it this weekend. I just wanted to make sure no one else is already working on it.
First I translate the kotlin code on readme sample
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_gif_list);
bindingViews();
}
private void bindingViews() {
xml(R.layout.activity_gif_list, () -> {
withId(R.id.loading, () -> {
visibi-
Updated
Jan 19, 2020 - Java
-
Updated
May 18, 2020 - Java
-
Updated
May 7, 2020 - Java
After getting a huge bill from Google Cloud, I was looking if the library has/can give a feature of starting places search only when the user taps the enter/return key.
This can be a feature to non premium users while premium users can get autocomplete search.
Any pointers please ?
-
Updated
Mar 9, 2020 - Java
-
Updated
Dec 28, 2019 - Java
-
Updated
Feb 6, 2020 - Java
Environment
System:
OS: Linux 4.15 Ubuntu 18.04.3 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
Memory: 597.36 MB / 7.70 GB
Shell: 4.4.20 - /bin/bash
Binaries:
Node: 10.18.1 - /usr/bin/node
Yarn: 1.21.1 - /usr/bin/yarn
npm: 6.13.6 - /usr/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
Android SDK:
AP
-
Updated
May 3, 2020 - Java
-
Updated
Feb 16, 2020 - Java
-
Updated
Mar 15, 2020 - Java
-
Updated
Jan 10, 2019 - Java
-
Updated
Apr 21, 2020 - Java
Java coding style
-
Updated
Apr 25, 2020 - Java
-
Updated
Dec 28, 2019 - Java
-
Updated
Apr 22, 2020 - Java
-
Updated
Sep 30, 2019 - Java
-
Updated
Oct 27, 2017 - Java
-
Updated
May 15, 2020 - Java
Hey folks,
When someone has added a contact in iOS (and I assume the same in Android) without adding any phone numbers for them, the return value from the getContacts call is a little weird.
In this case, I expected the getContacts call to return an empty list:
{
contacts: [{
phoneNumbers: []
}]
}But, at least as of 0a67cdb, it omits the field entirely
Created by Jordan Walke
Released March 2013
Latest release 2 months ago
- Repository
- facebook/react
- Website
- reactjs.org
- Wikipedia
- Wikipedia
Description
colorFilters are present in the README.md but are missing an explanation and example in the API.md file
Steps to Reproduce
Expected behavior: As a Developer I'd like to see how to use colorFilters
Actual behavior: Adequate colorFilter documentation