progress-bar-android icon indicating copy to clipboard operation
progress-bar-android copied to clipboard

ProgressBar Component for react-native Android

Results 37 progress-bar-android issues
Sort by recently updated
recently updated
newest added

See https://reactnative.dev/docs/new-architecture-library-intro https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture

Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...

dependencies

> A problem occurred configuring project ':react-native-community_progress-bar-android'. > > Could not resolve all artifacts for configuration ':react-native-community_progress-bar-android:classpath'. > > Could not resolve com.android.tools.build:gradle-core:1.3.1. > Required by: > project :react-native-community_progress-bar-android >...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

This PR adds safeExtGet function to use sdk versions from the root project Resolves: [Issue 77](https://github.com/react-native-progress-view/progress-bar-android/issues/77) If the root project uses a minSdkVersion which is higher than 16, building the...

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [react-native](https://github.com/facebook/react-native) from 0.63.3 to 0.64.1. Release notes Sourced from react-native's releases. v0.64.1 This patch release is specifically targetted towards fixing iOS build problems in Xcode 12.5. If it doesn't...

dependencies

### Description When using this lib and building for android, another version of Android SDK is also installed due to the hardcoded values in [`build.gradle#L15`](https://github.com/react-native-progress-view/progress-bar-android/blob/v1.0.4/android/build.gradle#L15). ### What is the current...