ting icon indicating copy to clipboard operation
ting copied to clipboard

🍞 Flexible and customizable React Native toast/alert notifications with support for positioning, custom rendering, click handlers, and duration control. Written in Swift and Kotlin

Results 21 ting issues
Sort by recently updated
recently updated
newest added

Hey man! In the past we talked about this project, and how good it is =) Currently we are running a development expo project, and we tried to use burnt,...

enhancement

It would be very useful to have an option to adjust positioning offset, especially for applications that have headers or footers.

` e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (44, 47): Unresolved reference: toast e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (47, 29): Unresolved reference: ToastTopAnim e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (50, 29): Unresolved reference: ToastBottomAnim e: D:\Tehman\dev\mernstack\rn\yarta-mobile\node_modules\@baronha\ting\android\src\main\java\com\ting\TingModule.kt: (68, 33): Unresolved reference: toast e:...

![Screenshot 2023-10-31 at 2 52 37 PM](https://github.com/baronha/ting/assets/4336836/56411448-fde8-4293-8b6b-914cd9b1a854) i am stuck in this issue isn't not fixing can anyone fix this

### Description Whenever I am trying to show a toast react native is throwing an exception ```javascript Fatal Exception: com.facebook.react.common.JavascriptException: Error: Exception in HostObject::get for prop 'Ting': java.lang.NullPointerException: Attempt to...

bug

Hello, when i try to installer your package in my cross-platform mobile app using Ionic: I encounter this error: Could not locate Gemfile or .bundle/ directory It's possible to install...

SIGTRAP when `'none'` is passed for `preset` property (`alert()` function). `done`, `error` and `spinner` works without issues. ``` "@baronha/ting": "1.1.0" "react-native": "0.72.1" ``` To reproduce: ``` import { alert }...

bug

Hello, I'm running into a compilation error when compiling Ting.mm ![CleanShot 2023-07-17 at 11 37 30@2x](https://github.com/baronha/ting/assets/19533289/40daf909-9f3a-49ee-ba9e-3f77312e7aa1) See above screenshot. When I inspect this library's directory structure, I can see there...