-
Notifications
You must be signed in to change notification settings - Fork 5
Master v5 with native module #12
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
github-numa-mau
wants to merge
58
commits into
master-v5
Choose a base branch
from
master-v5-with-native-module
base: master-v5
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
6d8f8e8
chore: initial commit
github-numa-mau b5b1bbb
feat: new native module with android sdk
github-numa-mau e17fd53
feat: add teads sdk functions for AdPlacementSettings
github-numa-mau 15b87e3
feat: add teads sdk functions for AdRequestSettings
github-numa-mau 94e56b7
feat: add kotlin files for native mudules
github-numa-mau 2016b9b
feat: new files to handle data exchange between SDK and RN
github-numa-mau bb4a4fa
feat: add more SDK functions need to check data exchange
github-numa-mau 2765092
feat: didReceive add on android side
github-numa-mau 0c78b2f
feat: add native view from android
github-numa-mau c1014e5
feat: displaying ad from native view
github-numa-mau 45d0498
feat: displaying add clean
github-numa-mau fe540f8
feat: move files to scr native part, clean some logs
github-numa-mau 6f26c2c
feat: update readme
github-numa-mau d8f07e2
feat: adding firsts ios native modules
github-numa-mau e842833
feat: first part fixing error passing NSArray with function
github-numa-mau ca15cae
feat: fixing RNTeads
github-numa-mau fce5095
feat: implement working requestAd function
github-numa-mau 3c8cd72
feat: adding view first aspect and binding ad but no display
github-numa-mau 871cab5
feat: linking ad to view succed but still no display
github-numa-mau de80bc9
feat: displaying ad working ios and update sdk version
github-numa-mau 5084b65
feat: fixing android 2 times charging ad
github-numa-mau 567bb38
feat: cleaning view and Ad manager
github-numa-mau 5d3f9d5
feat: naming and cleaning code
github-numa-mau a3f2c26
feat: refactoring files and adding space for comments
github-numa-mau 31b73d6
feat: refactoring error handling
github-numa-mau c0547c2
feat: adding comments, constants file, and version react in android
github-numa-mau 4825dd7
feat: add ability to store different placement on iOS
github-numa-mau b660e95
feat: add ability to store different placement on Android
github-numa-mau b9666c6
feat: fixing and cleaning code
github-numa-mau 7b9449d
feat: testing with differents pids, adding dependencies
github-numa-mau 8523305
feat: try on native view android
github-numa-mau d192367
feat: fixing ios after pulling from master-v5
github-numa-mau 0a632ce
feat: fixing android for PR
github-numa-mau c2db527
feat: put branch up to date
github-numa-mau 3c92dec
feat: format documents and fix old imports
github-numa-mau e63900f
feat: update readme
github-numa-mau 9e25b51
feat: removing unused files, and updating .gitignore
github-numa-mau daaaef4
feat: creating function to cast Settings into WrittableMap, and use b…
github-numa-mau 57dd510
feat: fixing errors handling, removing unused print and functions
github-numa-mau c89809d
feat: adding Adratio files, and implementing calculateHeight
github-numa-mau c0001cf
feat: making ios class final and removing unused file
github-numa-mau 0dbdcdc
feat: refactoring error handling and RNTeadsInstanceManager
github-numa-mau 961dc73
feat: review android files, errors, sdk version, and util files
github-numa-mau 141ae1b
feat: fixing android files, indentation, and ios version, and json func
github-numa-mau 9bbe6a3
Update example/src/App.tsx
github-numa-mau 19b133a
Update ios/RNInReadAdView.swift
github-numa-mau ed8bc79
feat: fixing inReadAdView
github-numa-mau 53dee9b
feat: fixing view on ios, and companion object on android
github-numa-mau 37cd893
feat: fixing async await tasks
github-numa-mau 36aa634
feat: renaming for npm module export
github-numa-mau 9a5c1b2
feat: gradle version
github-numa-mau 77d1e00
feat: implementing event for android
github-numa-mau 1dc63c8
feat: adding Events feature for both platform
github-numa-mau e29d946
feat: adding details to events, and implementing one common listener
github-numa-mau 75f278a
feat: renaming and clean in ios and react files
github-numa-mau 31acc88
feat: fix error
github-numa-mau e32942d
feat: adding events missing, and fixing didCatchError
github-numa-mau d16dc12
feat: removing unused code in android
github-numa-mau File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# EditorConfig helps developers define and maintain consistent | ||
# coding styles between different editors and IDEs | ||
# editorconfig.org | ||
|
||
root = true | ||
|
||
[*] | ||
|
||
indent_style = space | ||
indent_size = 2 | ||
|
||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
*.pbxproj -text | ||
# specific for windows script files | ||
*.bat text eol=crlf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Override Yarn command so we can automatically setup the repo on running `yarn` | ||
|
||
yarn-path "scripts/bootstrap.js" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.