Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 346 Bytes

CHANGELOG.md

File metadata and controls

5 lines (5 loc) · 346 Bytes

v4.0.0

This is a breaking change which updated the name of the android java package to avoid conflicts with other similarly named packages. To upgrade, you will need to go into your MainApplication.java file and change import com.reactlibrary.RNUUIDGeneratorPackage; to import io.github.traviskn.rnuuidgenerator.RNUUIDGeneratorPackage;.