-
# Form components
## Objective
Make a decision on which model(s) we want to adopt for form elements in `@microsoft/fast-components`. Following that, individual specifications will be written for the…
-
-
I believe this is not exactly a bug, but my application is displaying several warning messages (in red color) during compilation. The build itself completes normally, but I have experienced some error…
-
### New Dependency
Name: react-native-config (forked, for now)
URL: https://github.com/artsy/react-native-config
### Motivation
Currently, Eigen uses [`cocoapods-keys`](https://github…
-
Currently this plugin uses the original Crashlytics SDK which is part of the Fabric SDK.
Since Google acquired Fabric, they have merged Crashlytics into Firebase so [Fabric is now deprecated and will…
-
# Overview
Create an abstraction layer that allows the CLR to run its own thread scheduler.
## What problem(s) does this solve?
1. Deprecate complexity and instability created by the async/await …
-
First of all, we love Blazor!
The only thing keeping us from moving to Blazor as our core front-end technology is the lack of CSS Isolation in Blazor Components. We currently use Angular and it ha…
-
react native project
rn: 0.34
build release config
`
android_binary(
name = 'app-release',
package_type = 'release',
manifest = 'src/main/AndroidManifest.xml',
keystore = '//app/keystore:qia…
-
Hi Guys!
I am using v1.10.1 with react-native 0.57.1.
I've been trying to understand how to use the obfuscated feature of credit cards when using a `TextInputMask` component.
When I pass the …
-
Without proguard=true following is WritableMap which is passed to React native.
{isDone:true}
And I enable obfuscation
{a:true}
I want pro guard not to touch this class. What to add in proguar…