File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Add support for App variant. ([ #1409 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1409 ) )
8
8
9
+ ### Fixed
10
+
11
+ - Masking private views on newer React native Versions ([ #1403 ] ( https://github.com/Instabug/Instabug-React-Native/pull/1403 ) )
12
+
13
+
9
14
## [ 15.0.2] ( https://github.com/Instabug/Instabug-React-Native/compare/v15.2.0...dev )
10
15
11
16
### Added
Original file line number Diff line number Diff line change 1
1
import org.apache.tools.ant.taskdefs.condition.Os
2
2
3
- gradle . projectsEvaluated {
3
+ project . afterEvaluate {
4
4
// Works for both `bundleReleaseJsAndAssets` and `createBundleReleaseJsAndAssets` and product flavors
5
5
def suffix = ' ReleaseJsAndAssets'
6
6
def bundleTasks = project(' :app' ). tasks. findAll {
You can’t perform that action at this time.
0 commit comments