mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-12 23:02:49 +00:00
ubrn:clean
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { TurboModuleRegistry, type TurboModule } from 'react-native';
|
||||
|
||||
export interface Spec extends TurboModule {
|
||||
multiply(a: number, b: number): number;
|
||||
}
|
||||
|
||||
export default TurboModuleRegistry.getEnforcing<Spec>('UniffiRussh');
|
||||
@@ -1,5 +0,0 @@
|
||||
import UniffiRussh from './NativeUniffiRussh';
|
||||
|
||||
export function multiply(a: number, b: number): number {
|
||||
return UniffiRussh.multiply(a, b);
|
||||
}
|
||||
Reference in New Issue
Block a user