/fibonachos

JSI module test: display the nth term of the Fibonacci series... and add "nachos".

Primary LanguageJavaMIT LicenseMIT

fibonachos

Test JSI TurboModule: compute the nth term of the Fibonacci series, and add "nachos".

Usage

import { compute } from "fibonachos";

// ...

const result = compute(10);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT