Skip to content

Feat/screen render/react native testing #1430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 42 commits into
base: feat/screen-render/react-native-implementation
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
54cba9b
feat: Support Advanced UI customization
AyaMahmoud148 Jul 7, 2025
1f8a8be
fix: lint
AyaMahmoud148 Jul 7, 2025
79b5c70
fix android test
AyaMahmoud148 Jul 7, 2025
6d3ef3f
fix: add changelog
AyaMahmoud148 Jul 7, 2025
c5409f0
fix: mocking file
AyaMahmoud148 Jul 7, 2025
c828d0a
fix: refactor redundant code
AyaMahmoud148 Jul 9, 2025
4214a27
fix: refactor functions
AyaMahmoud148 Jul 14, 2025
dafc63d
chore: add readme file for UI customization
AyaMahmoud148 Jul 20, 2025
c3a5b97
fix: lint
AyaMahmoud148 Jul 20, 2025
4571451
fix: rename some variables
AyaMahmoud148 Jul 20, 2025
eb03bca
chore: remove deperecated APIs
AyaMahmoud148 Jul 31, 2025
3bcf21f
chore: add change log
AyaMahmoud148 Jul 31, 2025
fdc8a20
fix: removed unused tests
AyaMahmoud148 Jul 31, 2025
d1086e1
fix: remove tests
AyaMahmoud148 Jul 31, 2025
bc123a9
fix: test failure
AyaMahmoud148 Jul 31, 2025
7018193
fix: remove deprecated apis
AyaMahmoud148 Jul 31, 2025
8b0c750
fix: remove tests
AyaMahmoud148 Jul 31, 2025
821ad6d
fix: unit test
AyaMahmoud148 Jul 31, 2025
6979434
remove commented code
AyaMahmoud148 Jul 31, 2025
2e2ace8
Merge branch 'feat/Advanced-UI-Customization' into feat/Remove-SDK-De…
AyaMahmoud148 Jul 31, 2025
5fa9874
fix: resolve comments
AyaMahmoud148 Jul 31, 2025
50beca4
fix: unit tests
AyaMahmoud148 Jul 31, 2025
e3836b1
fix: setCommentMinimumCharacterCountForBugReportType
AyaMahmoud148 Jul 31, 2025
48fc00a
fix: ios tests
AyaMahmoud148 Jul 31, 2025
432295e
chore: add ios native APIs
AndrewAminInstabug Jul 14, 2025
2944c2a
chore: pull changes from remove_deprecate_apis branch using rebase
AndrewAminInstabug Jul 15, 2025
ce90c4f
add screen render to sample app , add unit testing to android, ios an…
AndrewAminInstabug Jul 20, 2025
e7c9435
fix format
AndrewAminInstabug Jul 20, 2025
3541ed5
update the sample app
AndrewAminInstabug Jul 21, 2025
7e932b5
chore: fix lint
AndrewAminInstabug Jul 21, 2025
4b0f5a2
chore: first commit
AndrewAminInstabug Jul 22, 2025
b5bde68
chore: fix Podfile.lock
AndrewAminInstabug Jul 23, 2025
a1d11d0
chore: refactor example app, add new screen for custom traces, update…
AndrewAminInstabug Jul 27, 2025
497bf82
chore: push Podfile.lock
AndrewAminInstabug Jul 27, 2025
f19093c
chore: update the iOS pods
AndrewAminInstabug Aug 4, 2025
4532dcc
fix format
AndrewAminInstabug Aug 4, 2025
cec34af
fix lint
AndrewAminInstabug Aug 4, 2025
790a10f
Remove Links override
EyadHeikal Aug 6, 2025
fa4c16f
chore: remove properties override from iOS
AndrewAminInstabug Aug 7, 2025
9803187
chore: update android dependency
AndrewAminInstabug Aug 10, 2025
e22f31e
chore: update android dependency
AndrewAminInstabug Aug 10, 2025
241cc27
chore: update SR public api name
AndrewAminInstabug Aug 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,6 @@ android/keystores/debug.keystore

# .idea run configurations
/.run/*
.yarn/
examples/default/.yarn/
examples/default/ios/.xcode.env.local
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v15.0.1...dev)

### Changed

- **BREAKING** Remove deprecated APIs ([#1424](https://github.com/Instabug/Instabug-React-Native/pull/1424)). See migration guide for more details.

### Added

- Add Support Advanced UI customization. ([#1411](https://github.com/Instabug/Instabug-React-Native/pull/1411))

## [15.0.1](https://github.com/Instabug/Instabug-React-Native/compare/v14.3.0...v15.0.1)

### Added
Expand Down
Loading